ITermEdit.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes internal mechanisms of the component that were disabled to speed up inserting 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