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 |
---|---|
AItem |
Tcx |
#Returns
Type |
---|
Tcx |
#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.