TiSwitchMultiPosition.PositionLabels
TiSwitchMultiPosition See Also
Specifies the position labels for the control.
property PositionLabels : String;
Description
Use PositionLabel property to get or set all the position labels. Each
position label in the string is comma delimited. Use PositionLabel property to access individual position labels.
Example
Delphi
iComponent.PositionLabels := 'Off, On, Auto';
C++ Builder
iComponent->PositionLabels = "Off, On, Auto";
Contents | Index | Previous | Next