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

TWinControl.EndUpdateBounds

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

Declaration

Source position: controls.pp line 2130

public procedure TWinControl.EndUpdateBounds;

See also

TWinControl.BeginUpdateBounds

  

Start of Bounds updates. Disables SetBounds by incrementing BoundsLockCount.