IWxObject.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method disables object rerendering. The method is used to prevent object blinking when changing its properties. All changes, made to an object after executing the BeginUpdate method, are displayed, only after the IWxObject.EndUpdate method is called.

Example

The example of use is given in description of IWxLinkedBaloon.PointCount.

See also:

IWxObject