Description: | Indicates whether text scrolls horizontally or wraps to the next line in a TextBox. |
Used in control(s): | TextBox |
Values (with constants): | True - Text scrolls horizontally automatically. When the text reaches the end of the textbox a scroll bar is displayed and input continues on the same line.(POW-TRUE) False - Text wraps to the next line.(POW-FALSE) |
Default value: | True (POW-TRUE) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_BOOL |
Design time access: | Set and reference. |
Execution time access: | Reference only. |
Backward compatibility attribute: | None. |