[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Insert an interface in the list.
Source position: classesh.inc line 1948
procedure IInterfaceList.Insert( |
i: Integer; |
item: IUnknown |
); |
Insert inserts the interface Item in the list, at position I, shifting all items one position.
|
Inserts a new pointer in the list at a given position. |
|
|
Add an interface to the list |
|
|
Remove an interface from the list |