Master.endUpdate

Syntax

endUpdate(animate: Boolean);

Parameters

animate. The attribute whether there is an animation on panel expanding after master update. If parameter value is set to True, panels expand with animation, otherwise without animation.

Description

The endUpdate method finishes master update.

Comments

It works together with the Master.beginUpdate method.

Example

The property use is given in description of the Master.beginUpdate method.

See also:

Master