TcxImageCollectionItems.Items Property
Provides zero-based indexed access to the images in the TcxImageCollection component.
Declaration
property Items[Index: Integer]: TcxImageCollectionItem read; write; default;
Property Value
Type |
---|
TcxImageCollectionItem |
Remarks
Use the Items property to obtain an image at the position specified by the zero-based Index parameter.
See Also