[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.DoAutoSize

DoAutoSize - performs a lot of calculations and adjustments of child components in the window before automatically adjusting the size of the window itself

Declaration

Source position: controls.pp line 1732

protected procedure TWinControl.DoAutoSize; override;

Description

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.

See also

TControl.DoAutoSize

  

DoAutoSize - method for actually performing the AutoSize

The latest version of this document can be found at lazarus-ccr.sourceforge.net.