ExpressionEdit.Context
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
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.