RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDockTree.SaveToStream Method

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

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

SaveToStream writes enough information to a stream that the dock tree 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!