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.

See also:

Panel