EndUpdate;
EndUpdate();
The EndUpdate method resumes internal mechanisms of the component that were disabled to speed up inserting of terms into the component.
The method restores functions of the mechanisms, which were disabled by calling the BeginUpdate method.
The example of use is given in description of the ITermEdit.BeginUpdate method.
See also: