vcl-cxdropdownedit-1a066c95.md
The base class for all editors that can display a drop-down window.
TcxCustomDropDownEdit = class(
TcxCustomMaskEdit
)
A drop-down editor is a single-line editor with a button that displays a drop-down window. This drop-down window extends data display and edit functionality in an editor-specific manner (for instance, calculator editors display a calculator in a drop-down window, date editors display a calendar, etc.)
Users can do the following to open or close the drop-down window:
The list below outlines key members of the TcxCustomDropDownEdit class. These members allow you to configure drop-down editors and manage their content.
Terminal TcxCustomDropDownEdit class descendants include all unbound and data-aware editors that can display a drop-down window.
Do not create TcxCustomDropDownEdit class instances. Use the following descendants instead:
You can use any unbound drop-down editor as a standalone control or as an in-place editor embedded into a container control.
The ExpressEditors Library includes the following unbound drop-down editors:
TcxBlobEditThe BLOB editor.TcxCalcEditAn editor with a dropdown calculator window.TcxComboBoxAn unbound combo box.TcxCheckComboBoxAn unbound combo box editor that can display items with check boxes.TcxColorComboBoxRepresents a color combo box control.TcxDateEdit TcxDateEdit is an edit control with a dropdown calendar.TcxExtLookupComboBoxRepresents a lookup editor displaying a grid View in its dropdown window.TcxFontNameComboBoxRepresents a combo box control containing font names available for selection.TcxImageComboBoxAn unbound combo box with support for images.TcxLookupComboBoxRepresents a lookup combo box control.TcxMRUEditRepresents a text editor displaying the list of most recently used items (MRU) within a dropdown window.TcxPopupEditRepresents a text editor that enables embedding another control in its popup window.
Data-aware drop-down editors allow you to display and modify field values in the underlying dataset.
Note
If a drop-down editor has both unbound and data-aware versions, you can only use its unbound version as an in-place editor.
The ExpressEditors Library ships with the following data-aware drop-down editors:
TcxDBBlobEditRepresents a data-aware control used for displaying and editing BLOB data from a data source.TcxDBCalcEditRepresents a data-aware control that enables editing a value via a popup calculator.TcxDBComboBoxA data-aware combo box.TcxDBCheckComboBoxA data-aware combo box editor that can display items with check boxes.TcxDBColorComboBoxRepresents the data-aware version of the TcxColorComboBox.TcxDBDateEditRepresents a data-aware edit control with a dropdown calendar that enables editing date values.TcxDBExtLookupComboBoxRepresents a control to edit a dataset field by picking up a record in its dropdown data-aware View.TcxDBFontNameComboBoxRepresents a data-aware version of the TcxFontNameComboBox.TcxDBImageComboBoxA data-aware image combo box.TcxDBLookupComboBoxRepresents a data-aware editor displaying a set of values from a lookup dataset used for editing values in another dataset.TcxDBMRUEditRepresents a data-aware text editor that stores the list of most recently used items and allows the selection of a value from this list.TcxDBPopupEditRepresents a data-aware text editor with a popup window embedding a control.
Show 14 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit
See Also