TcxComponentCollection.Items Property
In This Article
Provides indexed access to the collection elements.
#Declaration
Delphi
property Items[AIndex: Integer]: TcxComponentCollectionItem read; write; default;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Items property to get the element at the position specified by the zero-based Index parameter.
See Also