System.Classes.TInterfaceList.IndexOf

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

Delphi

function IndexOf(const Item: IInterface): Integer;

C++

int __fastcall IndexOf(const System::_di_IInterface Item);

プロパティ

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

説明

インターフェースのインデックスを返します。

IndexOf メソッドを呼び出すと,インターフェースのインデックスを取得できます。

関連項目