Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TInterfaceList.Clear

Removes all interfaces from the list.

Declaration

Source position: classesh.inc line 2322

public procedure TInterfaceList.Clear;

Description

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 decreased.

See also

IInterfaceList.Clear

  

Clear the list.

Add

  

Add an interface to the list.

Destroy

  

Destroys the list of interfaces.

TList.Clear

  

Clears the pointer list.

TFPList.Clear

  

Clears the pointer list.


Documentation generated on: Jul 24 2023