Vcl.StdCtrls.TCustomComboBoxStrings.Delete

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

Delphi

procedure Delete(Index: Integer); override;

C++

virtual void __fastcall Delete(int Index);

プロパティ

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

説明

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

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

関連項目