RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInterfaceList Class

TInterfaceList represents a list of interfaces.

Pascal
TInterfaceList = class(TInterfacedObject, IInterfaceList);
C++
class TInterfaceList : public TInterfacedObject, public IInterfaceList;

Classes

Use TInterfaceList to manage a list of interfaces. 

 

Working with Lists

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!