Vcl.Controls.TDockTree.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(Stream: TStream); virtual;

C++

virtual void __fastcall SaveToStream(System::Classes::TStream* Stream);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockTree

Description

Saves a list of the set of docked controls and their positions to a 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.

See Also