TabControl.beginUpdate

Syntax

beginUpdate();

Description

The beginUpdate method disables redrawing of the control until the endUpdate method is invoked.

Example

The example of method use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl