ExpressionEdit.Text
- Updated2024-10-09
- 1 minute(s) read
ExpressionEdit.Text
Syntax
ExpressionEdit.Text
Data Type
Purpose
Specifies a delocalized expression for the text in the ExpressionEdit control. The value of the ExpressionEdit.DisplayText property updates when you set this property.
Remarks
When the ExpressionEdit.TextType property is TextType_PlainText , this property specifies the actual text in the ExpressionEdit control rather than a delocalized version of the text. Refer to the Engine.LocalizeExpression and Engine.DelocalizeExpression methods for more information about localized and delocalized expressions.