TiSlidingScale.Position
TiSlidingScale 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.
Example
Delphi
iComponent.Position := 65;
C++ Builder
iComponent->Position = 65;
Contents | Index | Previous | Next