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

TWinControl.BeginUpdateBounds

Start of Bounds updates. Disables SetBounds by incrementing BoundsLockCount.

Declaration

Source position: controls.pp line 2208

public procedure TWinControl.BeginUpdateBounds;

See also

TWinControl.EndUpdateBounds

  

End of Bounds update. Decrements BoundsLockCount and eventually calls SetBounds.

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