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

TdxCustomImageListBox Class

Represents a base class for ExpressImage list-box controls.

Declaration

TdxCustomImageListBox = class(
    TCustomListBox
)

Remarks

Use TdxCustomImageListBox as a base class when defining a control which represents a Windows list box with images. Do not create instances of TdxCustomImageListBox. To place an image list box on a form, use a TdxCustomImageListBox descendant, such as TdxImageListBox or TdxDBImageListBox.

See Also