Skip to main content
A newer version of this page is available. .

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
TcxComponentCollectionItem

Remarks

The Insert method returns a reference to the TcxComponentCollectionItem instance that was inserted.

See Also