FMX.EditBox.TEditBoxModel.ValueRange
Delphi
property ValueRange: TValueRange read FValueRange;
C++
__property Fmx::Stdactns::TValueRange* ValueRange = {read=FValueRange};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.EditBox.pas FMX.EditBox.hpp |
FMX.EditBox | TEditBoxModel |
Description
Provides access to the TCustomEditBox.Value value and its TCustomEditBox.Min and TCustomEditBox.Max boundaries.