ExpressionEdit.Context

Syntax

ExpressionEdit.Context

Data Type

PropertyObject

Purpose

Specifies the set of available variables and properties for autocompletion, error checking, evaluation, and the Expression Browser dialog box. Set this property to a PropertyObject in which the expression you are editing can be evaluated.

Remarks

The ExpressionEdit control might create an Engine object when you set the Context to a PropertyObject that is not a SequenceContext. Refer to the ExpressionEdit.Engine property for more information about creating a reference to an Engine object.

See Also

Engine

Expression Browser dialog box

ExpressionEdit.CheckExpression

ExpressionEdit.DisplayError

ExpressionEdit.Engine

ExpressionEdit.ErrorCheck

PropertyObject