FMX.StdActns.TCustomValueRange.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Double read GetValue write SetValue stored ValueStored nodefault;

C++

__property double Value = {read=GetValue, write=SetValue, stored=ValueStored};

Properties

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

Description

A changeable floating-point parameter.

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