Back to Devexpress

TcxComponentCollection.Remove(TcxComponentCollectionItem) Method

vcl-cxclasses-dot-tcxcomponentcollection-dot-remove-x28-cxclasses-dot-tcxcomponentcollectionitem-x29.md

latest1.2 KB
Original Source

TcxComponentCollection.Remove(TcxComponentCollectionItem) Method

Removes a specified item from the collection.

Declaration

delphi
procedure Remove(AItem: TcxComponentCollectionItem);

Parameters

NameType
AItemTcxComponentCollectionItem

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

TcxComponentCollection.Add

TcxComponentCollection.Clear

TcxComponentCollection.Insert

TcxComponentCollectionItem.Index

TcxComponentCollection Class

TcxComponentCollection Members

cxClasses Unit