Show 

Andy > Andy Assembly Interfaces > IWxObject > IWxObject.EndUpdate

IWxObject.EndUpdate

Syntax

EndUpdate;

EndUpdate();

Description

The EndUpdate method enables object rerendering.After calling EndUpdate all changes of object properties are rendered, made between calls of the IWxObject.BeginUpdate and EndUpdate methods.

Example

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

See also:

IWxObject