FMX.StdCtrls.TCustomTrack.ValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueRange: TValueRange read FValueRange write SetValueRange_ stored ValueStored;

C++

__property Fmx::Stdactns::TValueRange* ValueRange = {read=FValueRange, write=SetValueRange_, stored=ValueStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomTrack

Description

Provides access to the Value value, to its Min and Max boundaries, and to the Frequency and ViewportSize properties.

See Also