System.Classes.TInterfaceList.Delete

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

Delphi

procedure Delete(Index: Integer);

C++

void __fastcall Delete(int Index);

プロパティ

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

説明

Delete は,リストから 1 つのインターフェースを削除します。

Delete メソッドを呼び出すと,リストからインターフェースを削除できます。

関連項目