TiSwitchMultiPosition.ShowPositionLabels
TiSwitchMultiPosition See Also
Specifies whether the Position Labels are shown.
property ShowPositionLabels : Boolean;
Description
Use ShowPositionLabels to specify whether the Position Labels are shown.
Example
Delphi
iComponent.ShowPositionLabels := True;
C++ Builder
iComponent->ShowPositionLabels = True;
Contents | Index | Previous | Next