FMX.ComboEdit
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 | fmx.bpl | 
|---|
Units
| FMX.ComboEdit | Defines presented edit boxes showing lists of predefined choices. | 
| FMX.ComboEdit.Style | 
Classes
| TComboEdit | An edit box with a list of predefined choices. | 
| TComboEditBase | The base class for edit boxes having a list of predefined choices. | 
| TComboEditModel | |
| TCustomComboEdit | The base class, implementing the basic functionality, for edit boxes having a list of predefined choices. | 
Constants
| MM_COMBOEDIT_USER | MM_COMBOEDIT_USER: Integer = $1720; | 
| MM_DROPDOWNCOUNT_CHANGED | MM_DROPDOWNCOUNT_CHANGED: Integer = $171D; | 
| MM_DROPDOWNKIND_CHANGED | MM_DROPDOWNKIND_CHANGED: Integer = $171E; | 
| MM_ITEMHEIGHT_CHANGED | MM_ITEMHEIGHT_CHANGED: Integer = $1719; | 
| MM_ITEMINDEX_CHANGED | MM_ITEMINDEX_CHANGED: Integer = $171C; | 
| MM_ITEMS_CHANGED | MM_ITEMS_CHANGED: Integer = $171B; | 
| MM_ITEMWIDTH_CHANGED | MM_ITEMWIDTH_CHANGED: Integer = $171A; | 
| MM_LISTBOXRESOURCE_CHANGED | MM_LISTBOXRESOURCE_CHANGED: Integer = $171F; | 
| PM_CLOSE_DROPDOWN | PM_CLOSE_DROPDOWN: Integer = $1005; | 
| PM_COMBOEDIT_USER | PM_COMBOEDIT_USER: Integer = $1008; | 
| PM_DROPDOWN | PM_DROPDOWN: Integer = $1004; |