TextEdit.LiveUpdate

From Xojo Documentation

Property (As Boolean )
aTextEdit.LiveUpdate = newBooleanValue
or
BooleanValue = aTextEdit.LiveUpdate

Supported for all project types and targets.

If True, then the control will dynamically update the bound data value. Relevant when the control is bound to another control.

Example

Me.LiveUpdate = True