FMX.StdCtrls.TCustomTrack.Value
Delphi
property Value: Single read GetValue write SetValue stored ValueStored nodefault;
C++
__property float Value = {read=GetValue, write=SetValue, stored=ValueStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TCustomTrack |
Description
Specifies the current value of this track bar.
Set or get Value to specify or obtain the current value of this track bar. You can set Value programmatically or visually at run time, with any value within the interval delimited by Min and Max.