TInterfaceList.Insert
Insert an interface to the list
Declaration
Source position: classesh.inc line 2266
public
procedure Insert(i: Integer; item: IUnknown);
Description
Insert is the implementation of the IInterfaceList.Insert method. It inserts an interface in the list at the indicated position. This operation will increment the reference count of the interface.
See also
Name | Description |
---|---|
IInterfaceList.Insert | Insert an interface in the list. |
TFPList.Insert | Inserts a new pointer in the list at a given position. |
TInterfaceList.Add | Add an interface to the list |
TInterfaceList.Delete | Delete an interface from the list. |
TList.Insert | Inserts a new pointer in the list at a given position. |