IEaxWorkbook.UseLanerContext

Syntax

UseLanerContext: Boolean;

Description

The UseLanerContext property determines whether workbook is registered in context.

Comments

If time series database workbooks are registered in one context, data is synchronized between them. On changing values of one workbook series the corresponding data is updated in all series with the same values of mandatory attributes.

Available values:

On creating a workbook in the Fore it is automatically registered in context. On opening or creating a workbook in repository it is automatically registered in context. If the context is enabled, it is saved or loaded along with the workbook. On adding or deleting a new sheet, it is automatically registered in or excluded from the context.

Example

The property use is given in the example for IEaxWorkbook.Laner.

See also:

IEaxWorkbook