FMX.EditBox.TEditBoxModel.ValueType
Delphi
property ValueType: TNumValueType read FValueType write SetValueType;
C++
__property Fmx::Text::TNumValueType ValueType = {read=FValueType, write=SetValueType, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.EditBox.pas FMX.EditBox.hpp |
FMX.EditBox | TEditBoxModel |
Description
Specifies the integer or float type of the Value displayed in the control.