[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Restores the layout of the docksite from the specified stream.
Source position: controls.pp line 675
public procedure TDockManager.LoadFromStream( |
Stream: TStream |
); virtual; abstract; |
Stream |
|
The stream with the layout information. |
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.
|
Returns the docked control of the specified name. |
|
|
Saves the docksite layout to Stream. |
Version 4.0 | Generated 2025-05-03 | Home |