TiOdometer.SetValueNoEvent
TiOdometer See Also
Sets the Value property without firing the OnChange event.
procedure SetValueNoEvent(Value: Double);
Description
Use SetValueNoEvent to set the Value property without firing the OnChange event.
Example
Delphi
iComponent.SetValueNoEvent(25.2);
C++ Builder
iComponent->SetValueNoEvent(25.2);
Contents | Index | Previous | Next