IDataEntryForm.refreshOnEdit

Syntax

refreshOnEdit: Boolean;

Description

The refreshOnEdit property determines whether data entry form contents will be refreshed on opening for edit.

Comments

The property is set to False by default, the data entry form contents is not refreshed. If the property is set to True, all sheet are refreshed and data areas are rendered on opening the data entry form for edit.

Example

The example of use is given in description of the DataEntryForm.CreateByReport constructor.

See also:

IDataEntryForm