Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomForm.EndFormUpdate

Unlocks form updates; used with BeginFormUpdate.

Declaration

Source position: forms.pp line 592

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 the inherited FormEndUpdated method, then informs each child control.



CT Web help

CodeTyphon Studio