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

TCustomForm.EndFormUpdate

Unlocks form updates; used with BeginFormUpdate.

Declaration

Source position: forms.pp line 578

protected procedure TCustomForm.EndFormUpdate;

Description

When the update counter reaches zero, FormEndUpdated is invoked to realize the pending changes.

See also

TCustomForm.BeginFormUpdate

  

Increments the form update counter, and disables auto-sizing on the initial update lock.

TWinControl.FormEndUpdated

  

Realizes all cached changes after a bulk update of the form. Calls inherited FormEndUpdated, then informs each child control.

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