TdxCustomImageComboBox Class
In This Article
The base class for the deprecated image combo box.
#Declaration
Delphi
TdxCustomImageComboBox = class(
TCustomComboBox
)
#Remarks
Important
The Tdx
class ships with the ExpressTdx
class descendants with a Tcx
#Recommended Replacements
Depending on your usage scenario, you can use either an unbound or a data-aware image combo box editor:
- TcxImageComboBox
- An unbound combo box with support for images.
- TcxDBImageComboBox
- A data-aware combo box with support for images.
#Inheritance
See Also