Back to Devexpress

TcxImageCollectionItem Class

vcl-cxgraphics-40f5b400.md

latest1.2 KB
Original Source

TcxImageCollectionItem Class

An image in the image collection.

Declaration

delphi
TcxImageCollectionItem = class(
    TcxComponentCollectionItem
)

Remarks

The TcxImageCollectionItem class provides the Picture property to load the image, and the Draw method to paint the image. All other members are used to provide details about the stored image.

The TcxImageCollectionItem object is referenced by the TcxImageCollectionItems.Items property.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TcxImageCollectionItem

See Also

TcxImageCollectionItem Members

cxGraphics Unit