TdxImageComboBox Class
In This Article
A deprecated combo box editor with support for images.
#Declaration
Delphi
TdxImageComboBox = class(
TdxCustomImageComboBox
)
#Remarks
Important
The Tdx
class ships with the ExpressTdx
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