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