Purpose
Displays field text with word wrap. This is essential for any multiline text box.
To enter and display carriage returns in a text field, this attribute must be set.
Syntax
[Form].Field.Wrap [TRUE | FALSE | Value]
TRUE | FALSE |
TRUE wraps the text. |
Value |
-1 (True) or 0 (False) |
|