Skip to main content

TcxImageCollectionItem.Picture Property

Specifies the image to be stored in the image collection.

Declaration

property Picture: TPicture read; write;

Property Value

Type
TPicture

Remarks

The stored image can be of any format that is supported by the TPicture type.

At design time, you can easily create collection images and load images to them via the TcxImageCollection component’s context menu. Refer to the component’s description to learn about this capability.

See Also