[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Restores the layout of the docksite from Stream.
Source position: controls.pp line 514
public procedure TDockManager.LoadFromStream( |
Stream: TStream |
); virtual; abstract; |
The controls to be docked can be retrieved by ReloadDockedControl from 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. |
lazarus-ccr.sourceforge.net |