IPrxControl.RecalcOnChange

Syntax

RecalcOnChange: Boolean;

Description

The RecalcOnChange property determines whether the OnChangeControlValue event is to be generated each time when the user changes value in the controls that require manual value entry, so that the control does not get unfocused.

Comment

The property is relevant for controls of the following types:

When both AutoRecalc and RecalcOnChange properties are set to True, report is recalculated each time a value in a control is changed. The control may remain focused.

See also:

IPrxControl