TreeListBase.isUpdating

Syntax

isUpdating();

Description

The isUpdating method returns whether update mode is active.

Comments

Update mode is determined by the beginUpdate method.

Example

The execution example is given in description of the beginUpdate method.

See also:

TreeListBase