ExpressionEdit.Context
- Updated2025-07-21
- 1 minute(s) read
ExpressionEdit.Context
Syntax
ExpressionEdit.Context
Data Type
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.