[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 527

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