System.Classes.IInterfaceList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IInterfaceList = interface

C++

__interface  INTERFACE_UUID("{285DEA8A-B865-11D1-AAA7-00C04FB17A72}") IInterfaceList  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

IInterfaceList provides access to a list of interfaces.

Use IInterfaceList to manage a list of interfaces. Typically, IInterfaceList is implemented by the TInterfaceList class.

See Also