FMX.StdActns.TValueRange.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value;

C++

__property Value;

Properties

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

Description


A changeable floating-point parameter.

FMX.StdActns.TValueRange.Value inherits from FMX.StdActns.TBaseValueRange.Value. All content below this line refers to FMX.StdActns.TBaseValueRange.Value.

A changeable floating-point parameter.

The TBaseValueRange class associates a floating-point number Value to its Min and Max ranges.

See Also