Vcl.CheckLst.TCheckListBox.SaveRecreateItems

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

Delphi

procedure SaveRecreateItems(RecreateItems: TStrings); override;

C++

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

プロパティ

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

説明

リスト ボックスの項目のリストを TStrings 変数に保存します。

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

リスト ボックスの項目のリストを TStrings 変数に保存します。

SaveRecreateItems メソッドを使用して、Items プロパティの値をパラメータとして送信された TStrings 変数に保存します。

関連項目