WebSearchField.Hint

From Xojo Documentation

Property (As String )
aWebSearchField.Hint = newStringValue
or
StringValue = aWebSearchField.Hint

New in 2020r1

Supported for all project types and targets.

Text that appears inside the control providing a hint about what to enter.

Sample Code

This example is in the Opening event of the control:

Me.Hint = "Search"