TabControl.endUpdate

Syntax

endUpdate();

Description

The endUpdate method enables redrawing of control and refreshes it.

Comments

It is used together with the TabControl.beginUpdate method.

Example

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

See also:

TabControl