DictionaryTree.refresh

Syntax

refresh(reinit: Boolean);

Parameters

reinit. Indication of dictionary reopening before updating. If this parameter is true, the dictionary reopens before updating, otherwise it does not.

Description

The refresh method refreshes dictionary elements tree.

Comments

The method result is identical to result of the refreshAll method.

Example

The example of use is given on the page with description of the DictionaryTree.Source property.

See also:

DictionaryTree