Vcl.Controls.TDockTree.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(Stream: TStream); virtual;

C++

virtual void __fastcall LoadFromStream(System::Classes::TStream* Stream);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockTree

Description

Creates docking zones for a set of docked controls read from a stream.

LoadFromStream updates the dock tree to reflect the set of docked controls it reads from a stream. The stream must reflect the same format as is written by the SaveToStream method.

Stream is the stream object to use for reading the docked controls.

See Also