Skip to main content
A newer version of this page is available. .

TdxCustomImageComboBox Class

Serves as the base class for classes that implement ExpressImage list box controls.

Declaration

TdxCustomImageComboBox = class(
    TCustomComboBox
)

Remarks

Use TdxCustomImageComboBox as a base class when defining a control which represents a Windows Combo box with images. Do not create instances of TdxCustomImageComboBox. To place an image combo box on a form, use a descendant of TdxCustomImageComboBox, such as TdxImageComboBox or TdxDBImageComboBox.

See Also