Show contents 

Express > Express Assembly Interfaces > IEaxDataArea > IEaxDataArea.IsInUpdate

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 IEaxDataArea.BeginUpdate method and the IEaxDataArea.EndUpdate method is not called yet.

See also:

IEaxDataArea