Search
Search() Event
Search
Applies to: KCMLEdit
Introduced in KCML version 7.07
This event handler is called by a KCMLEdit that has DropDown enabled and DropStyle set to 'Search'.
The event fires when the user clicks the search button in the edit. Or if the user modifies the text and tabs away from the edit the Search event behaves like a Validate event. The text entered is in the ValidateText$ property.
This event can also be combined with the SearchHint event for a more complete user experience.