TcxComponentCollection.Insert(Integer) Method
Creates a new TcxComponentCollectionItem instance and inserts it into the collection at the position specified by the zero-based AIndex parameter.
#Declaration
function Insert(AIndex: Integer): TcxComponentCollectionItem;
#Parameters
Name | Type |
---|---|
AIndex | Integer |
#Returns
Type |
---|
Tcx |
#Remarks
The Insert method returns a reference to the TcxComponentCollectionItem instance that was inserted.