[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Saves the docked and undocked extent of the control.
Source position: controls.pp line 1124
protected procedure TControl.CalculateDockSizes; |
In floating state sets UndockWidth/Height to the current Width/Height.
In docked state sets LRDockWidth/TBDockHeight to the current Width/Height.
Remark: | [Note: should save both in any case, independent from DockOrientation or host Align. Rationale: a DockManager will either ignore these values, or use them according to the *new* alignment. Without a DockManager both extents are required, because no (valid) alignment information applies.] |
lazarus-ccr.sourceforge.net |