TermEdit.updateTerms

Syntax

updateTerms(fireEvent: Boolean);

Parameters

fireEvent. Indicates if the TermEdit.TermsChanged event is fired. If the parameter is set to True, the TermEdit.TermsChanged event is fired.

Description

The updateTerms method refreshes terms in term editor.

Example

The example of method use is given in description of the Term.BecameEmpty method.

See also:

TermEdit