[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes all interfaces from the list.
Source position: classesh.inc line 1985
public procedure TInterfaceList.Clear; |
Clear is the implementation of the IInterfaceList.Clear method. It removes all interfaces from the list. It does this by setting each element in the list to Nil, in this way the reference count of each interface in the list is descreased.
|
Clear the list |
|
|
Add an interface to the list |
|
|
Destroys the list of interfaces |
|
|
Clears the pointer list. |
|
|
Clears the pointer list. |