TiPositionComponent.LimitShowLowerPointer
TiPositionComponent See Also
Used to get or set the Show Lower Pointer property of a specific limit pair.
property LimitShowLowerPointer[Index : Integer] : Boolean;
Description
Use the LimitShowLowerPointer property to whether the lower pointer of a
specific limit pair is visible.
Example
Delphi
iComponent.LimitShowLowerPointer[1] := False; //Sets 2nd Limit Pair
C++ Builder
iComponent->LimitShowLowerPointer[1] = False; //Sets 2nd Limit Pair
Note: The index value is 0 based.
Contents | Index | Previous | Next