Vcl.CheckLst.TCheckListBox.ResetContent

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

Delphi

procedure ResetContent; override;

C++

DYNAMIC void __fastcall ResetContent();

プロパティ

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

説明

リストボックスからすべての項目を削除します。

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

リストボックスからすべての項目を削除します。

ResetContent は,リストボックスから項目を削除するのに使用します。ResetContent は,Clear メソッドによって使用されます。

関連項目