Shrinks or enlarges the control to accommodate its children.
Source position: controls.pp line 2179
protected procedure TWinControl.DoAutoSize; override; |
Because this method is frequently overridden, the LCL calls the TControl.AdjustSize method instead; it checks whether DoAutoSize really should be called right now.
DoAutoSize performs the following:
|
For internal use only; call AdjustSize instead. |
| Version 4.4 | Generated 2025-11-08 | Home |