Vcl.Controls.IDockManager.LoadFromStream
Delphi
procedure LoadFromStream(Stream: TStream);
C++
virtual void __fastcall LoadFromStream(System::Classes::TStream* Stream) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		public | Vcl.Controls.pas Vcl.Controls.hpp  | 
        Vcl.Controls | IDockManager | 
Description
Lays out a set of docked controls read from a stream.
LoadFromStream updates the dock manager 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.