ExpressionEdit.WordWrap
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
ExpressionEdit.WordWrap
Syntax
ExpressionEdit.WordWrap
Data Type
Use the following constants with this data type:
- BooleanOrPreference_False –(Value: 0) Specifies a value of False .
- BooleanOrPreference_True –(Value: 1) Specifies a value of True .
- BooleanOrPreference_UsePreference –(Value: 3) Use the corresponding preference option in the Expression Editing Options dialog box.
Purpose
Specifies that lines too long to display on one line wrap to the next line.
- When the value of this property is BooleanOrPreference_False , word wrap is off.
- When the value of this property is BooleanOrPreference_True , word wrap is on.
- When the value of this property is BooleanOrPreference_UsePreference , the Word Wrap option in the Expression Editing Options dialog box determines whether word wrap is on.
Remarks
When the ExpressionEdit.Multiline property is False , this property is ignored.