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