TextArea.Text (gb.qt4)

Property Text As String

Restituisce o imposta il testo visualizzato nel controllo.

Quando si imposta il testo, tutte le nuove righe verranno forzate su LF ("\n", char 10). Ciò significa che CR ("\r", char 13) verrà convertito in LF e CRLF verrà convertito in LF, eliminando interamente CR.