MobileUIControl.AccessibilityHint

From Xojo Documentation

Property (As String )
aMobileUIControl.AccessibilityHint = newStringValue
or
StringValue = aMobileUIControl.AccessibilityHint

New in 2020r2

Supported on Mobile.

The accessibility hint is a longer description that is read aloud when VoiceOver is enabled.

Sample Code

Me.AccessibilityHint = "Click to calculate the value and display the next screen."