Description: | Indicates whether the control has multiple lines. | |||
Used in control(s): | Tab | TextBox | ||
Values (with constants): | True - Multiple lines.(POW-TRUE) | |||
Tab | Indicates whether there are multiple lines of tabs in the control when the tabs do not fit in a single line. | |||
TextBox | Indicates whether the text box should be single or multi-line. When the value is True, the caret (cursor) in the control goes to the next line when the ENTER key is pressed. | |||
Default value: | False - A single line.(POW-FALSE) | |||
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. |