FMX.StdCtrls.TCustomTrack.Value

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also