FMX.StdActns.IValueRange.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 IValueRange

Description

Provides access to the Value, Min, Max, Frequency, ViewportSize, and RelativeValue properties.

See Also