TabControl.beginUpdate

Syntax

beginUpdate();

Description

The beginUpdate method disables rerendering of a control.

Comments

To enable control rerendering, use the TabControl.endUpdate method.

Example

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

See also:

TabControl