Vcl.ComCtrls.TTrackBar.Position
Delphi
property Position: Integer read FPosition write SetPosition default 0;
C++
__property int Position = {read=FPosition, write=SetPosition, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTrackBar |
Description
Contains the current position of the slider of a TTrackBar.
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.