Ends an update to the Bounds property; decrements BoundsLockCount and eventually calls SetBounds.
Source position: controls.pp line 2302
public procedure TWinControl.EndUpdateBounds; |
|
Starts an update to the Bounds property; disables SetBounds by incrementing BoundsLockCount. |