Vcl.CheckLst.TCheckListBox.LoadRecreateItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadRecreateItems(RecreateItems: TStrings); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

Description

Sets the value of the Items property to the one specified through the parameter.

Vcl.CheckLst.TCheckListBox.LoadRecreateItems inherits from Vcl.StdCtrls.TCustomListBox.LoadRecreateItems. All content below this line refers to Vcl.StdCtrls.TCustomListBox.LoadRecreateItems.

Sets the value of the Items property to the one specified through the parameter.

LoadRecreateItems is used to change the value of the Items property to the value specified through the RecreateItems parameter.

See Also