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

TcxComponentCollection.Remove(TcxComponentCollectionItem) Method

Removes a specified item from the collection.

Declaration

procedure Remove(AItem: TcxComponentCollectionItem);

Parameters

Name Type
AItem TcxComponentCollectionItem

Remarks

This method searches the Items collection for the AItem, and if it is found, removes it from the collection using the Delete method call. Otherwise, the Remove method does nothing.

See Also