ITabFootnotes.InUpdate

Syntax

InUpdate: Boolean;

Description

The InUpdate property returns whether mode of footnote update interdiction is active.

Comments

The property returns True, if the ITabFootnotes.BeginUpdate method was called, but the ITabFootnotes.EndUpdate method has not been called yet.

See also:

ITabFootnotes