WebSearchField.TextChanged

From Xojo Documentation

Event


WebSearchField.TextChanged()

New in 2010r4

Supported for all project types and targets.

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")