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