System.Classes.IInterfaceListEx

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

IInterfaceListEx = interface(IInterfaceList)

C++

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

プロパティ

種類 可視性 ソース ユニット
interface
class
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

説明

IInterfaceListEx を使用してインターフェイスのリストにアクセスすることができます。

IInterfaceListEx を使用すると、インターフェイスのリストを管理することができます。

IInterfaceListEx は、IInterfaceList から派生したものであり、このインターフェイスを実装したクラスを for...in 文を使って列挙できるように GetEnumerator 関数が追加されています。

関連項目