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