System.WideStrings.TWideStringList.Delete

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

Delphi

procedure Delete(Index: Integer); override;

C++

virtual void __fastcall Delete(int Index);

プロパティ

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

説明

Index パラメータで指定した文字列を削除します。

リストから文字列を 1 つ削除するには、Delete を呼び出します。 その文字列にオブジェクトが関連付けられている場合は、オブジェクトに対する参照も同様に削除されます。 Index は文字列の位置を示します。0 は先頭の文字列、1 は 2 番目の文字列です。以降も同様です。

関連項目