Board index » delphi » combobox OnNotInList event

combobox OnNotInList event


2007-04-16 12:38:29 AM
delphi168
combobox OnNotInList event
how can I create this event
 
 

Re:combobox OnNotInList event

SAN CAZIANO writes:
Quote
combobox OnNotInList event


how can I create this event
On what condition should this event fire? I fail to see how it would be
useful.
If you need to test whether a given string is in the combobox list just
write a line of code:
if combobox1.items.Indexof(SomeString) < 0 then
.... string is not in the list
--
Peter Below (TeamB)
Don't be a vampire (slash7.com/pages/vampires),
use the newsgroup archives :
www.tamaracka.com/search.htm
groups.google.com