TiSwitchRocker.SetActiveNoEvent
TiSwitchRocker
Sets the Active property without firing the OnChange event.
procedure SetActiveNoEvent(Value: Boolean);
Description
Use SetActiveNoEvent to set the Active property without firing the OnChange
event.
Example
Delphi
iComponent.SetActiveNoEvent(True);
C++ Builder
iComponent->SetActiveNoEvent(True);
Contents | Index | Previous | Next