| SearchKeyByKey property |
Applies to
TIB_IncSearch
Declaration
Property SearchKeyByKey : boolean;
Description
When searching is being performed against a text based column it is
possible to have the search begin operating a character at a time as they are
pressed.
Using the callback mechanism of IB Objects, each character that is typed can
be received during the searching process. Thus, the searching process can be
refined even while in the middle of a search from previous characters.
Otherwise, ENTER must be pressed in order to initiate the search process.