FMX.StdActns.TCustomValueRangeAction.ValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueRange: TCustomValueRange read GetValueRange write SetValueRange;

C++

__property TCustomValueRange* ValueRange = {read=GetValueRange, write=SetValueRange};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TCustomValueRangeAction

Description

Provides access to a floating-point value and its permitted ranges.

ValueRange provides access to the Value, Min, Max, Frequency, ViewportSize, and RelativeValue properties and to the methods handling consistency of these properties.

See Also