FMX.StdCtrls.TTrackBar.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value;

C++

__property Value;

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TTrackBar

Description

Specifies the current value of this track bar.

FMX.StdCtrls.TTrackBar.Value inherits from FMX.StdCtrls.TCustomTrack.Value. All content below this line refers to FMX.StdCtrls.TCustomTrack.Value.

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.

See Also