[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TInterfaceList.Destroy

Destroys the list of interfaces

Declaration

Source position: classesh.inc line 1471

public destructor TInterfaceList.Destroy;

Description

Destroyfirst calls Clearand then frees the TInterfaceListinstance from memory.

Note that the Clearmethod decreases the reference count of all interfaces.

See also

Create

  

Create a new instance of TInterfaceList

Clear

  

Removes all interfaces from the list.