TcxComponentCollection.Add(TcxComponentCollectionItemClass) Method
Creates a new TcxComponentCollectionItem instance and appends it to the collection.
Declaration
function Add(AItemClass: TcxComponentCollectionItemClass): TcxComponentCollectionItem; overload;
Parameters
| Name | Type |
|---|---|
| AItemClass | TcxComponentCollectionItemClass |
Returns
| Type |
|---|
| TcxComponentCollectionItem |
Remarks
The Add method creates a new TcxComponentCollectionItem instance and adds it to the end of the collection. A reference to the TcxComponentCollectionItem instance that was added is returned.
See Also