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

TCustomForm.FormIsUpdating

Indicates if the BeginFormUpdate method has been called without a corresponding EndFormUpdate method call.

Declaration

Source position: forms.pp line 660

public function TCustomForm.FormIsUpdating: Boolean; override;

Function result

Returns True when the internal update counter for the form contains a positive non-zero value.

Description

The method is used in TControl descendants to determine if the parent form for the control is already rendering changes to its content.

See also

TCustomForm.BeginFormUpdate

  

Increments the form update counter, and disables auto-sizing on the initial update lock.

TCustomForm.EndFormUpdate

  

Unlocks form updates; used with BeginFormUpdate.

TControl.FormIsUpdating

  

True if the form is being updated.



CT Web help

CodeTyphon Studio