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