IEaxDataArea.IsInUpdate

Syntax

IsInUpdate: Boolean;

Description

The IsInUpdate property returns whether the update lock mode for analytical data area views is enabled.

Comments

The property returns True if update lock mode is enabled using the BeginUpdate method and the EndUpdate method is not called yet.

See also:

IEaxDataArea