Open main menu

RAD Studio API Documentation β

System.Classes.TInterfaceList

System.TInterfacedObjectSystem.TObjectTInterfaceList

Delphi

TInterfaceList = class(TInterfacedObject, IInterfaceList, IInterfaceListEx)

C++

class PASCALIMPLEMENTATION TInterfaceList : public System::TInterfacedObject

Properties

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

Description

TInterfaceList represents a list of interfaces.

Use TInterfaceList to manage a list of interfaces.

See Also