TInterfaceList.Destroy
Destroys the list of interfaces
Declaration
Source position: classesh.inc line 2257
public
destructor Destroy; Override;
Description
Destroy first calls Clear and then frees the TInterfaceList instance from memory.
Note that the Clear method decreases the reference count of all interfaces.
See also
| Name | Description |
|---|---|
| Clear | Removes all interfaces from the list. |
| Create | Create a new instance of TInterfaceList |