Vcl.StdCtrls.TCustomListBox.SaveRecreateItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveRecreateItems(RecreateItems: TStrings); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomListBox

Description

Saves the list of items from a list box into a TStrings variable.

SaveRecreateItems is used to save the value of the Items property into a TStrings variable transmitted as parameter.

See Also