FMX.StdActns.TValueRangeAction.ValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueRange: TCustomValueRange read GetValueRange write SetValueRange;

C++

__property ValueRange;

Properties

Type Visibility Source Unit Parent
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TValueRangeAction

Description

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

FMX.StdActns.TValueRangeAction.ValueRange inherits from FMX.StdActns.TCustomValueRangeAction.ValueRange. All content below this line refers to FMX.StdActns.TCustomValueRangeAction.ValueRange.

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