FMX.EditBox

From RAD Studio API Documentation
Jump to: navigation, search

Contains the TCustomEditBox base class for all presented edit boxes that manipulate pure numerical values.

MM_ prefixed constants define IDs of messages that are sent by the TEditBoxModel model of the TCustomEditBox control to the TStyledEditBox presentation when values of the model data like ValueRange, ValueType, DecimalDigits are changed.

Package fmx250.bpl

Units

FMX.EditBoxContains the TCustomEditBox base class for all presented edit boxes that manipulate pure numerical values.
FMX.EditBox.Style


Classes

TCustomEditBoxBase class for all edit boxes that manipulate only numerical values.
TEditBoxModel

Constants

MM_DECIMALDIGITS_CHANGEDMM_DECIMALDIGITS_CHANGED: Integer = $1719;
MM_EDITBOX_USERMM_EDITBOX_USER: Integer = $171D;
MM_HORZ_INCREMENT_CHANGEDMM_HORZ_INCREMENT_CHANGED: Integer = $171C;
MM_VALUERANGE_CHANGEDMM_VALUERANGE_CHANGED: Integer = $171B;
MM_VALUETYPE_CHANGEDMM_VALUETYPE_CHANGED: Integer = $171A;