IWorkbookConfigurationPanel.Context

Syntax

Context: WbkConfigurationPanelContext;

Description

The Context property determines context displayed in the component.

Comments

Context is a set of tabs of the WorkbookConfigurationPanel component used to configure a part of the workbook.

Example

Executing the example requires a form with the following components:

  1. WorkbookConfigurationPanel with the WorkbookConfigurationPanel1 identifier.

  2. WorkbookDocumentViewerBox with the WorkbookDocumentViewerBox identifier.

  3. UiErAnalyzer with the UiErAnalyzer1 identifier. This component must contain loaded workbook of the time series database and be the source of data for WorkbookConfigurationPanel1 and WorkbookDocumentViewerBox components.

Sub UserProc;
Begin
    WorkbookConfigurationPanel1.Context := WbkConfigurationPanelContext.Factor;
End Sub UserProc;

After executing the example in the WorkbookConfigurationPanel1 component the context for the factor of calculated series will available.

See also:

IWorkbookConfigurationPanel