[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destroys the list of interfaces
Source position: classesh.inc line 1983
public destructor TInterfaceList.Destroy; override; |
Destroy first calls Clear and then frees the TInterfaceList instance from memory.
Note that the Clear method decreases the reference count of all interfaces.
|
Create a new instance of TInterfaceList |
|
|
Removes all interfaces from the list. |