IDefParameters.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method locks the parameters collection for edit.

Comments

After collection editing is complete, changes can be applied using the ApplyChanges method or they can be canceled using the CancelChanges method.

Example

The property use is given in the example for IDataEntryForm.Parameters.

See also:

IDefParameters