WebTextArea.AllowReturnKey
From Xojo Documentation
Property (As Boolean )
aWebTextArea.AllowReturnKey = newBooleanValue
or
BooleanValue = aWebTextArea.AllowReturnKey
New in 2020r1
Supported for all project types and targets.
or
BooleanValue = aWebTextArea.AllowReturnKey
New in 2020r1
Supported for all project types and targets.
If True, pressing the Return key will create new paragraphs, allowing multiple lines of text to be entered.
Sample Code
This example is in the Opening event of a TextArea: