[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
DoAutoSize - performs a lot of calculations and adjustments of child components in the window before automatically adjusting the size of the window itself
Source position: controls.pp line 1732
protected procedure TWinControl.DoAutoSize; override; |
DoAutoSize - performs a lot of calculations and adjustments of child components in the window before automatically adjusting the size of the window itself
Because this method involves so much overhead, the simpler TControl.AdjustSize is often called instead.
|
DoAutoSize - method for actually performing the AutoSize |
lazarus-ccr.sourceforge.net |