MobileTextField.ReturnCaption

From Xojo Documentation

aMobileTextField.ReturnCaption = newMobileTextField.ReturnCaptionsValue
or
MobileTextField.ReturnCaptionsValue = aMobileTextField.ReturnCaption

New in 2020r2

Supported for all project types and targets.

The caption of the Return key when the keyboard is displayed.

Notes

The caption you choose will be displayed on the keyboard only when the user is using it with this specific TextField.

Sample Code

In the Opening event of a TextField, set Join as the caption for the return key:

Me.ReturnCaption = MobileTextField.ReturnCaptions.Send

See Also

ReturnCaptions enumeration.