RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInterfaceList Interface

IInterfaceList provides access to a list of interfaces.

Pascal
IInterfaceList = interface;
C++
__interface IInterfaceList;

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

Note: C++ method declarations that use IInterfaceList use the _di_IInterfaceList type instead. This type is a DelphiInterface wrapper around the IInterfaceList interface:

typedef System::DelphiInterfaceDelphiInterface_object< IInterfaceList >  _di_IInterfaceList;

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!