TcxImageCollectionItems.Add Method
Adds a new TcxImageCollectionItem instance to the end of the collection.
Declaration
function Add: TcxImageCollectionItem;
Returns
Type |
---|
TcxImageCollectionItem |
Remarks
The Add method returns a newly created instance.
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