SearchControl Xojo Plugin

SearchControl.SendSearchStringImmediately Property

If set to true then search event will be fired right away as text is typed.

SendSearchStringImmediately as Boolean {Read and Write}

Remarks

In most cases this is not what you want to do in a good user interface. It usually gives much nicer experience to have the search event with time delay (which it is if this property is set to false). Then if the user is still typing a word in the search box the search is not delaying the user interface constantly.

Note:
If the SendWholeSeachString property is set to true then this property has no effect.

See Also

SearchControl Control