TInterfaceList.Delete
Delete an interface from the list.
Declaration
Source position: classesh.inc line 2260
public
procedure Delete(index: Integer);
Description
Delete is the implementation of the IInterfaceList.Delete method. It clears the slot first and then removes the element from the list.
See also
Name | Description |
---|---|
IInterfaceList.Delete | Remove an interface from the list |
TFPList.Delete | Removes a pointer from the list. |
TInterfaceList.Add | Add an interface to the list |
TInterfaceList.Remove | Remove an interface from the list |
TList.Delete | Removes a pointer from the list. |