Show contents 

Working with General Visual Components > Classes > Panel > Panel.beginUpdate

Panel.beginUpdate

Syntax

beginUpdate();

Description

The beginUpdate method disables panel refreshing till the endUpdate method is called.

Example

The example of method use is given in the Example of Creating the Panel Component page.

Seebsp;also:

Panel