TiSwitchMultiPosition.Position
TiSwitchMultiPosition See Also
Specifies the current value represented by the control.
property Position : Integer;
Description
Use Position to get or change the value of the control
Example
Delphi
iComponent.Position := 0;
C++ Builder
iComponent->Position = 0;
Note: Position is 0 based.
Contents | Index | Previous | Next