System.Classes.IInterfaceList.Put

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

Delphi

procedure Put(Index: Integer; const Item: IInterface);

C++

virtual void __fastcall Put(int Index, const System::_di_IInterface Item) = 0 ;

プロパティ

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

説明

リスト内のインターフェースを指定のインターフェースに置き換えます。

Put メソッドは,Items プロパティの書き込み専用メソッドです。

Index は,置換対象のインターフェースのインデックスです。

Item は,Index で指定したインターフェースを置き換える置換後のインターフェースです。

関連項目