Vcl.CheckLst.TCheckListBox.DeleteString

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

Delphi

procedure DeleteString(Index: Integer); override;

C++

DYNAMIC void __fastcall DeleteString(int Index);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

説明

リストボックスから文字列を削除します。

Vcl.CheckLst.TCheckListBox.DeleteString は Vcl.StdCtrls.TCustomListBox.DeleteString を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomListBox.DeleteString を参照しています。

リストボックスから文字列を削除します。

DeleteString は,Index パラメータで指定した文字列をリストボックスコントロールから削除します。