RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTrackBar.Position Property

Contains the current position of the slider of a TTrackBar.

Pascal
property Position: Integer;
C++
__property int Position;

Read Position to determine the current value represented by the track bar. Position is a value in the range between Min and Max (inclusive). Set Position to programmatically move the slider of the track bar to a new value. 

 

Max 

Min

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!