Shrinks or enlarges the control to accommodate its children.
Source position: controls.pp line 2160
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. |
CT Web help |
CodeTyphon Studio |