[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the BeginFormUpdate method has been called without a corresponding EndFormUpdate method call.
Source position: forms.pp line 711
public function TCustomForm.FormIsUpdating: Boolean; override; |
Returns True when the internal update counter for the form contains a positive non-zero value.
The method is used in TControl descendants to determine if the parent form for the control is already rendering changes to its content.
|
Increments the form update counter, and disables auto-sizing on the initial update lock. |
|
|
Decrements the form update counter, and re-enables auto-sizing on the form. |
|
|
True if the form is being updated. |
Version 4.0 | Generated 2025-05-03 | Home |