GridView.AutoUpdateByHandler

Syntax

AutoUpdateByHandler: Boolean;

Description

The AutoUpdateByHandler property determines whether unit connected to report is executed.

Comments

If the unit is connected to report and contains the OnCellChange event, unit execution depends on the AutoUpdateByHandler property.

Available values:

The property value is set from the GridView constructor using the setAutoUpdateByHandler method and is returned using the getAutoUpdateByHandler method.

See also:

GridView