TiSwitchMultiPosition.SetPositionNoEvent

TiSwitchMultiPosition See Also

Sets the Position property without firing the OnPositionChange event.

procedure
SetPositionNoEvent(Value: Integer);

Description

Use SetPositionNoEvent to set the Position property without firing the OnPositionChange event.

Example

Delphi

iComponent.SetPositionNoEvent(2);

C++ Builder

iComponent->SetPositionNoEvent(2);

Contents | Index | Previous | Next