FMX.EditBox.TCustomEditBox.ValueRange
Delphi
property ValueRange: TValueRange read GetValueRange_ write SetValueRange_ stored ValueStored;
C++
__property Fmx::Stdactns::TValueRange* ValueRange = {read=GetValueRange_, write=SetValueRange_, stored=ValueStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.EditBox.pas FMX.EditBox.hpp |
FMX.EditBox | TCustomEditBox |
Description
Specifies the range of the values in the edit box control.
ValueRange provides access to the Value, Min, Max, Frequency, ViewportSize, and RelativeValue properties.