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