Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TDockManager.ResetBounds

Refreshes the layout for the dock site.

Declaration

Source position: controls.pp line 662

public procedure TDockManager.ResetBounds(

  Force: Boolean

); virtual; abstract;

Arguments

Force

  

When True, always update the layout.

Description

This method typically notifies the DockManager when the DockSite calls its Resize method. When the extent of the docksite has changed, the DockManager should reposition and resize all docked controls accordingly.

The layout always should be refreshed when Force is True. This is required when e.g. the visibility of docked controls has changed, but not the size of the docksite.



CT Web help

CodeTyphon Studio