AutoUpdateByHandler: Boolean;
The AutoUpdateByHandler property determines whether unit connected to report is executed.
If the unit is connected to report and contains the OnCellChange event, unit execution depends on the AutoUpdateByHandler property.
Available values:
True. The connected unit is executed, and table cells are automatically updated.
False. By default. The connected unit is not executed.
The property value is set from the GridView constructor using the setAutoUpdateByHandler method and is returned using the getAutoUpdateByHandler method.
See also: