SearchControl Xojo Plugin

SearchControl.TextChange Event

This event is fired when the text changes.

TextChange()

Parameters

Remarks

Do not use this event to trigger searches. Use the Search event to trigger searches since the search event uses the rules given by the configuration properties and also triggers on search button and cancel button.

See Also

SearchControl Control