RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInterfaceList.Remove Method

Removes an interface from the list.

Pascal
function Remove(const Item: IInterface): Integer;
C++
__fastcall int Remove(const IInterface Item);

Call Remove to remove an interface from the list. 

Remove returns the index of the removed interface, or –1 if the interface was not found. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!