vcl-cxdropdownedit-4d484907.md
The base class for all classes that implement combo box editor settings.
TcxCustomComboBoxProperties = class(
TcxCustomDropDownEditProperties,
IcxPropertiesItemIndexProvider
)
Combo box settings allow you to customize appearance and behavior of the following editors that display a drop-down window populated with menu items:
TcxComboBox | TcxDBComboBoxA general purpose combo box editor.TcxFontNameComboBox | TcxDBFontNameComboBoxA combo box editor that allows users to switch between font typefaces.TcxColorComboBox | TcxDBColorComboBoxA combo box designed to select a color.TcxMRUEdit | TcxDBMRUEditA text editor designed to display a list of most recently used (MRU) items in a drop-down window.TcxLookupComboBox | TcxDBLookupComboBoxA combo box editor whose drop-down window is populated with field values from the bound dataset.
The list below outlines key members of the TcxCustomComboBoxProperties class that allow you to configure a drop-down menu and related functionality.
Do not use the TcxCustomComboBoxProperties class directly. Use the following descendants instead:
TcxComboBoxPropertiesStores combo box editor settings.TcxColorComboBoxPropertiesStores color combo box settings.TcxFontNameComboBoxPropertiesStores settings of a font name combo box editor (also called font picker).TcxImageComboBoxPropertiesStores image combo box editor settings.TcxCustomLookupEditPropertiesContains settings specific to lookup editors.TcxMRUEditPropertiesContains settings specific to MRU editors.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomComboBoxProperties
See Also
TcxCustomColorComboBoxProperties Class
TcxCustomFontNameComboBoxProperties Class
TcxCustomImageComboBoxProperties Class
TcxCustomMRUEditProperties Class