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