Vcl.Controls.IDockManager.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(Stream: TStream);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls IDockManager

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 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.

See Also