ITreeListNodes.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method locks update of the visual tree of the component until the EndUpdate method is executed.

Comments

It is used when several tree nodes are inserted at the same time to prevent blinking of the tree in the component.

See also:

ITreeListNodes