TiSwitchQuad.SetValueXNoEvent
TiSwitchQuad
Sets the ValueX property without firing the OnValueXChange event.
procedure SetValueXNoEvent(Value: Double);
Description
Use SetValueXNoEvent to set the ValueX property without firing the
OnValueXChange event.
Example
Delphi
iComponent.SetValueXNoEvent(25);
C++ Builder
iComponent->SetValueXNoEvent(25);
Contents | Index | Previous | Next