Indicates if the BeginFormUpdate method has been called without a corresponding EndFormUpdate method call.
Source position: forms.pp line 660
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. |
|
|
Unlocks form updates; used with BeginFormUpdate. |
|
|
True if the form is being updated. |
CT Web help |
CodeTyphon Studio |