[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.FormIsUpdating

True if the form is being updated.

Declaration

Source position: controls.pp line 1648

public function TControl.FormIsUpdating: Boolean; virtual;

Function result

True if the form is being updated.

Description

The return value is True a value has been assigned to Parent, and its FormIsUpdating method returns True.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.