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