System.Classes.IInterfaceListEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IInterfaceListEx = interface(IInterfaceList)

C++

__interface  INTERFACE_UUID("{FDB39D70-65B9-4995-9436-6084ACA05DB3}") IInterfaceListEx  : public IInterfaceList

Properties

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

Description

IInterfaceListEx provides access to a list of interfaces.

Use IInterfaceListEx to manage a list of interfaces.

IInterfaceListEx is derived from IInterfaceList and adds the GetEnumerator function so that classes that implement this interface can be enumerated using the for...in statement.

See Also