[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TDockManager.LoadFromStream

Restores the layout of the docksite from the specified stream.

Declaration

Source position: controls.pp line 675

public procedure TDockManager.LoadFromStream(

  Stream: TStream

); virtual; abstract;

Arguments

Stream

  

The stream with the layout information.

Description

The controls to be docked can be retrieved by using ReloadDockedControl in the docksite. This method returns only existing controls of the given name, owned by the owner of the docksite, by default.

See also

TWinControl.ReloadDockedControl

  

Returns the docked control of the specified name.

TDockManager.SaveToStream

  

Saves the docksite layout to Stream.


Version 4.0 Generated 2025-05-03 Home