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.EditBox Contains the TCustomEditBox base class for all presented edit boxes that manipulate pure numerical values.


Classes

TCustomEditBox Base class for all edit boxes that manipulate only numerical values.

Constants

MM_DECIMALDIGITS_CHANGED MM_DECIMALDIGITS_CHANGED: Integer = 1719ドル;
MM_EDITBOX_USER MM_EDITBOX_USER: Integer = 171ドルD;
MM_HORZ_INCREMENT_CHANGED MM_HORZ_INCREMENT_CHANGED: Integer = 171ドルC;
MM_VALUERANGE_CHANGED MM_VALUERANGE_CHANGED: Integer = 171ドルB;
MM_VALUETYPE_CHANGED MM_VALUETYPE_CHANGED: Integer = 171ドルA;


Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.EditBox&oldid=769644"