RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDockManager.SaveToStream Method

Saves a list of the set of docked controls and their positions to a stream.

Pascal
procedure SaveToStream(Stream: TStream);
C++
__fastcall SaveToStream(TStream Stream);

SaveToStream writes enough information to a stream that the dock manager can reconstruct the docking zone structure when it reads that information back at a later time. 

Stream is the stream object to use for writing the information.

Note: To reconstruct the docking structure at a later time, use the LoadFromStream method.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!