TextArea.Text (gb.qt4)

Property Text As String

Return or set the text displayed in the control.

When setting text, any new lines will be forced to LF ("\n", char 10). This means CR ("\r", char 13) will be converted to LF and CRLF will likewise be converted to LF, dropping CR entirely.