TcxImageCollectionItems.Insert(Integer) Method
Inserts a new TcxImageCollectionItem instance into the collection at the position specified by the zero-based Index parameter.
Declaration
function Insert(Index: Integer): TcxImageCollectionItem;
Parameters
Name | Type |
---|---|
Index | Integer |
Returns
Type |
---|
TcxImageCollectionItem |
Remarks
The Insert 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