TiPositionComponent.PositionPercent
TiPositionComponent See Also
Specifies the current value represented by the control.
property PositionPercent : Double;
Description
Use PositionPercent to get or change the value of the control in percent of
full scale. PositionPercent must be a value between 0.00 (0%) and 1.00 (100%).
Example
Delphi
iComponent.PositionPercent := 0.65;
C++ Builder
iComponent->PositionPercent = 0.65;
Contents | Index | Previous | Next