FMX.StdActns.TBaseValueRange
Delphi
TBaseValueRange = class (TPersistent)
C++
class PASCALIMPLEMENTATION TBaseValueRange : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.StdActns.pas FMX.StdActns.hpp |
FMX.StdActns | FMX.StdActns |
Description
This class associates a floating-point number Value with methods and properties used for handling Value between the values specified by Min and Max.
This class only keeps data, it does not check whether a stored Value is acceptable.
Objects of this class are used in actions that can be used by controls -- like TCustomTrack and TCustomEditBox -- having ValueRange-type properties.