TcxComponentCollectionItem.RemoveFromCollection(TcxComponentCollection) Method
Removes the current collection element from a collection.
Declaration
procedure RemoveFromCollection(ACollection: TcxComponentCollection);
Parameters
| Name | Type |
|---|---|
| ACollection | TcxComponentCollection |
Remarks
Call the RemoveFromCollection method to remove the current collection element from the collection specified by the ACollection parameter.
See Also