IFormControl.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes form rerendering.

Comments

After calling this method all changes that were made between the calls of the BeginUpdate and EndUpdate methods are rerendered.

Example

The example of use is given in description of the BeginUpdate method.

See also:

IFormControl