FMX.StdActns.TCustomValueRange
Delphi
TCustomValueRange = class (TBaseValueRange)
C++
class PASCALIMPLEMENTATION TCustomValueRange : public TBaseValueRange
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.StdActns.pas FMX.StdActns.hpp |
FMX.StdActns | FMX.StdActns |
Description
Extends the TBaseValueRange class providing methods and properties used to control the correctness of the Value handling within its Min to Max range.
TCustomValueRange not only stores the Value, Min, Max, and other properties, but also provides methods to control the correctness of Value and other properties. For example, if you set Max so that Value > Max, then Value is changed to Value = Max.