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

TCustomForm.EndFormUpdate

Unlocks form updates, in sync with BeginFormUpdate.

Declaration

Source position: forms.pp line 558

protected procedure TCustomForm.EndFormUpdate;

Description

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

See also

TCustomForm.BeginFormUpdate

  

Locks form updates (AutoSize), until EndFormUpdate.

TCustomForm.FormEndUpdated

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