TInterfaceList.Remove
Remove an interface from the list
Declaration
Source position: classesh.inc line 2268
public
function Remove(item: IUnknown) : Integer;
Description
Remove is the implementation of the IInterfaceList.Remove method. It removes the first occurrence of the interface from the list.
See also
| Name | Description |
|---|---|
| IInterfaceList.Remove | Remove an interface from the list |
| TFPList.Remove | Removes a value from the list. |
| TInterfaceList.Delete | Delete an interface from the list. |
| TInterfaceList.IndexOf | Returns the index of an interface. |
| TList.Remove | Removes a value from the list. |