TiPositionComponent.Position
TiPositionComponent See Also
Specifies the current value represented by the control.
property Position : Double;
Description
Use Position to get or change the value of the control. Position must be a
value between PositionMin and PositionMax.
For multiple-pointer gauge components where you are using multiple pointers,
please refer to the SetPointersPosition and GetPointersPosition functions for more information on setting the Position of multiple pointers.
Example
Delphi
iComponent.Position := 65;
C++ Builder
iComponent->Position = 65;
Contents | Index | Previous | Next