TiPositionComponent.PositionMax
TiPositionComponent See Also
Specifies the maximum value of the Position property.
property PositionMax : Double;
Description
Use PositionMax to provide an upper limit to the range of values the Position
property can assume.
For multiple-pointer gauge components, PositionMax applies to all pointers.
Example
Delphi
iComponent.PositionMax := 100;
C++ Builder
iComponent->PositionMax = 100;
Contents | Index | Previous | Next