IInterfaceList.Add
Add an interface to the list
Declaration
Source position: classesh.inc line 2221
default
function Add(item: IUnknown) : Integer;
Description
Add adds the interface Item to the list, and returns the position at which it has been added.
See also
Name | Description |
---|---|
IInterfaceList.Delete | Remove an interface from the list |
IInterfaceList.Insert | Insert an interface in the list. |
TList.Add | Adds a new pointer to the list. |