TcxImageCollectionItem Class
An image in the image collection.
Declaration
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