FMX.StdActns.TBaseValueRange.Value
Delphi
property Value: Double read FValue write FValue;
C++
__property double Value = {read=FValue, write=FValue};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.StdActns.pas FMX.StdActns.hpp |
FMX.StdActns | TBaseValueRange |
Description
A changeable floating-point parameter.
The TBaseValueRange class associates a floating-point number Value to its Min and Max ranges.