RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDockManager.LoadFromStream Method

Lays out a set of docked controls read from a stream.

Pascal
procedure LoadFromStream(Stream: TStream);
C++
__fastcall LoadFromStream(TStream 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!