[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Shrink or enlarge the control to fit children.
Source position: controls.pp line 2024
protected procedure TWinControl.DoAutoSize; override; |
Because this method is frequently overridden, the LCL calls the added TControl.AdjustSize instead, which checks whether DoAutoSize really should be called right now.
DoAutoSize does roughly this:
|
For internal use only - call AdjustSize instead! |
lazarus-ccr.sourceforge.net |