IListViewItems.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method locks update of visual list of elements in the component until the EndUpdate method is executed.

Comments

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

See also:

IListViewItems