RAD Studio VCL Reference
|
Saves a list of the set of docked controls and their positions to a stream.
procedure SaveToStream(Stream: TStream); virtual;
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|