System.Classes.TInterfaceList

From RAD Studio API Documentation
Jump to: navigation, search

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