FMX.EditBox
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 | fmx280.bpl |
---|
Units
FMX.EditBox | Contains the TCustomEditBox base class for all presented edit boxes that manipulate pure numerical values. |
FMX.EditBox.Style |
Classes
TCustomEditBox | Base class for all edit boxes that manipulate only numerical values. |
TEditBoxModel |
Constants
MM_DECIMALDIGITS_CHANGED | MM_DECIMALDIGITS_CHANGED: Integer = $171B; |
MM_EDITBOX_USER | MM_EDITBOX_USER: Integer = $171F; |
MM_HORZ_INCREMENT_CHANGED | MM_HORZ_INCREMENT_CHANGED: Integer = $171E; |
MM_VALUERANGE_CHANGED | MM_VALUERANGE_CHANGED: Integer = $171D; |
MM_VALUETYPE_CHANGED | MM_VALUETYPE_CHANGED: Integer = $171C; |