ITermEdit.EndUpdate

Fore Syntax

EndUpdate;

Fore.NET Syntax

EndUpdate();

Description

The EndUpdate method restores work of internal mechanisms of the component, which were disabled for acceleration of insertion of terms into the component.

Comments

The method restores functions of the mechanisms, which were disabled by calling the BeginUpdate method.

Example

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

See also:

ITermEdit