[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Add an interface to the list
Source position: classesh.inc line 1991
public function TInterfaceList.Add( |
item: IUnknown |
):Integer; |
Add is the implementation of the IInterfaceList.Add method. It adds an interface to the list, and returns the location of the new element in the list. This operation will increment the reference count of the interface.
|
Add an interface to the list |
|
|
Delete an interface from the list. |
|
|
Insert an interface to the list |
|
|
Adds a new pointer to the list. |
|
|
Adds a new pointer to the list. |