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

TcxCustomImageList Class

The base class for the DevExpress VCL image list.

Declaration

TcxCustomImageList = class(
    TcxBaseImageList
)

Remarks

The DevExpress image list can store a collection of same-sized images that you can address by their indexes.

The TcxCustomImageList class extends its ancestor with members that allow you to do the following:

Do not use the TcxCustomImageList class directly. Use its descendant instead.

See Also