[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |