ITabSheet.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method disables some of the table functions to reduce the time required to update and process table data.

When this method is called and up to the moment when the EndUpdate method is called, the following functions are disabled in the table:

Comments

After this method is called, the events will occur as follows:

On further changing of the values, the events related to modification of values in particular cells occur (OnBeforeCellChange, OnCellChange, OnChangeCellContent). Events related to modification of the selected cell range will not occur.

After the EndUpdate method is called, the OnCellsChange, OnSelectionChange and OnEndSelectionChange events occur once.

See also:

ITabSheet