TransformDialogLeftPanel.getSummaryExpression

Syntax

getSummaryExpression(isStart: Boolean);

Parameters

isStart. Indicates if an expression if obtained first. If the parameter is set to True, the expression is obtained that was loaded on starting a dialog box for editing a dimension element formula.

Description

The getSummaryExpression method returns an expression that is inserted to the formula editor of the TransformDialog component.

Comments

Returned value - object that has the following fields:

- AllNoLagSelection. Indicates deferred loading of expression. If the field value is set to True, deferred loading of expression is performed.

 - Expr. An object that stores information about expression.

Example

The example of property use is given in description of the TransformDialogLeftPanel.getOpenedDataSources method.

See also:

TransformDialogLeftPanel