[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 1730

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

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads