[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Unlocks form updates; used with BeginFormUpdate.
Source position: forms.pp line 578
protected procedure TCustomForm.EndFormUpdate; |
When the update counter reaches zero, FormEndUpdated is invoked to realize the pending changes.
|
Increments the form update counter, and disables auto-sizing on the initial update lock. |
|
|
Realizes all cached changes after a bulk update of the form. Calls inherited FormEndUpdated, then informs each child control. |
lazarus-ccr.sourceforge.net |