API:FMX.StdActns.TValueRange
Delphi
TValueRange = class (TCustomValueRange)
C++
class PASCALIMPLEMENTATION TValueRange : public TCustomValueRange
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.
FMX.StdActns.TValueRange inherits from FMX.StdActns.TCustomValueRange. All content below this line refers to FMX.StdActns.TCustomValueRange.
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.