Vcl.CheckLst.TCheckListBox.LoadRecreateItems

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

Delphi

procedure LoadRecreateItems(RecreateItems: TStrings); override;

C++

virtual void __fastcall LoadRecreateItems(System::Classes::TStrings* RecreateItems);

プロパティ

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

説明

Items プロパティの値を、パラメータで指定された値に設定します。

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

Items プロパティの値を、パラメータで指定された値に設定します。

LoadRecreateItems は、Items プロパティの値を RecreateItems パラメータで指定された値に変更するために使用されます。

関連項目