Back to Devexpress

TcxBaseImageList Class

vcl-cximagelist-166b1f74.md

latest1.4 KB
Original Source

TcxBaseImageList Class

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

Declaration

delphi
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

IdxSourceDPI

Inheritance

TObject TPersistent TComponent TBaseImageList TCustomImageList TDragImageList TcxBaseImageList

See Also

TcxBaseImageList Members

cxImageList Unit