Vcl.ComCtrls.TComboBoxExStrings.Delete

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

Delphi

procedure Delete(Index: Integer); override;

C++

virtual void __fastcall Delete(int Index);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

説明

Index パラメータで指定された項目を削除します。

Vcl.ComCtrls.TComboBoxExStrings.Delete は Vcl.StdCtrls.TCustomComboBoxStrings.Delete を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomComboBoxStrings.Delete を参照しています。

Index パラメータで指定された項目を削除します。

Delete を呼び出すと,リストから項目を 1 つ削除できます。オブジェクトがその文字列と関連付けられている場合,そのオブジェクトへの参照も同時に削除されます。Index は,ドロップダウンリスト内の文字列の位置を示します。Index 0 は最初の文字列,1 は 2 番めの文字列を表します。

関連項目