FMX.ComboEdit

From RAD Studio API Documentation
Jump to: navigation, search

Defines presented edit boxes showing lists of predefined choices.

MM_ prefixed constants define IDs of messages that are sent by the TComboEditModel model of the TCustomComboEdit control to TStyledComboEdit presentation when values of the model data like DropDownCount, ItemIndex, ItemWidth, ItemHeight, ListBoxResource, DropDownKind are changed.

PM_ prefixed constants define IDs of messages that are sent by the TCustomComboEdit control to the TStyledComboEdit presentation when a control presentation (like showing of the drop-down list) is changed.

Package fmx270.bpl

Units

FMX.ComboEditDefines presented edit boxes showing lists of predefined choices.
FMX.ComboEdit.Style


Classes

TComboEditAn edit box with a list of predefined choices.
TComboEditBaseThe base class for edit boxes having a list of predefined choices.
TComboEditModel
TCustomComboEditThe base class, implementing the basic functionality, for edit boxes having a list of predefined choices.

Constants

MM_COMBOEDIT_USERMM_COMBOEDIT_USER: Integer = $1722;
MM_DROPDOWNCOUNT_CHANGEDMM_DROPDOWNCOUNT_CHANGED: Integer = $171F;
MM_DROPDOWNKIND_CHANGEDMM_DROPDOWNKIND_CHANGED: Integer = $1720;
MM_ITEMHEIGHT_CHANGEDMM_ITEMHEIGHT_CHANGED: Integer = $171B;
MM_ITEMINDEX_CHANGEDMM_ITEMINDEX_CHANGED: Integer = $171E;
MM_ITEMS_CHANGEDMM_ITEMS_CHANGED: Integer = $171D;
MM_ITEMWIDTH_CHANGEDMM_ITEMWIDTH_CHANGED: Integer = $171C;
MM_LISTBOXRESOURCE_CHANGEDMM_LISTBOXRESOURCE_CHANGED: Integer = $1721;
PM_CLOSE_DROPDOWNPM_CLOSE_DROPDOWN: Integer = $1005;
PM_COMBOEDIT_USERPM_COMBOEDIT_USER: Integer = $1008;
PM_DROPDOWNPM_DROPDOWN: Integer = $1004;