RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInterfaceList.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!