System.Classes.IInterfaceList.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

virtual void __fastcall Clear() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes IInterfaceList

Description

Clears the interface list.

Call Clear to remove all interfaces from the list.

See Also