IInterfaceList.Remove
Remove an interface from the list
Declaration
Source position: classesh.inc line 2224
default
function Remove(item: IUnknown) : Integer;
Description
Remove searches for the first occurrence of Item in the list and deletes it.
See also
Name | Description |
---|---|
IInterfaceList.Delete | Remove an interface from the list |
IInterfaceList.IndexOf | Return the index of an interface. |
TList.Remove | Removes a value from the list. |