WebSearchField.TextChanged
From Xojo Documentation
Event
This event is only available for Web applications. |
The text in the SearchField has changed. Read the Text property in this event to pass it to the engine that will conduct the search.
Sample Code
This example is based on Safari’s standard seach string that uses Google.
Showurl("http://www.google.com/search?client=safari&rls=en&q=" + Me.Text + "&ie=UTF-8&oe=UTF-8")