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

TcxBaseImageList Class

The base class for all classes that implement monitor DPI-aware DevExpress VCL image lists.

Declaration

TcxBaseImageList = class(
    TDragImageList,
    IdxSourceDPI
)

Remarks

This class implements the core functionality required by the TcxImageList component. The TcxBaseImageList class extends its ancestor with the SourceDPI property, allowing you to specify the monitor DPI value for which the stored images were designed.

You do not need to create instances of the TcxBaseImageList class. Use its descendant instead.

Implements

See Also