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

TcxImageList Class

An advanced DevExpress image list component.

Declaration

TcxImageList = class(
    TcxCustomImageList
)

Remarks

This component extends the standard TImageList‘s functionality with:

The TcxImageList component provides the design-time Image List Editor dialog. Use it to import, manage, export, and browse images within the list.

You can import images from any other image list on the same form at design time. Click the “Assign From” item in the component’s context menu and select the source image list. This operation replaces any previously stored content.

The TcxImageList class does not introduce any new public members. It only publishes properties and events that the ancestor classes provide. Refer to the TcxCustomImageList and TcxBaseImageList class descriptions for information on the DevExpress image list’s core functionality.

See Also