TiSwitchMultiPosition.PositionLabelCount
TiSwitchMultiPosition See Also
Represent the number of position label strings in the list.
property PositionLabelCount : Integer;
Description
Use the PositionLabelCount property when iterating over all the strings in the
list, or when trying to locate the position of a string relative to the last
string in the list.
Example
Delphi
Value := iComponent.PositionLabelCount;
C++ Builder
Value = iComponent->PositionLabelCount;
Note: This property is read only.
Contents | Index | Previous | Next