TextEdit.SetString

From Xojo Documentation

Method

TextEdit.SetString(Text as String)

Supported for all project types and targets.

Sets the text of the control to the passed String.

Notes

Equivalent to using TextEdit.Text to set the text in the control.

Example

This example sets the Text property of the control.

TextEdit1.SetString("Hello World")