 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
SAN CAZIANO Guest
|
Posted: Sun Apr 15, 2007 9:38 pm Post subject: combobox OnNotInList event |
|
|
combobox OnNotInList event
how can I create this event |
|
| Back to top |
|
 |
Peter Below (TeamB) Guest
|
Posted: Tue Apr 17, 2007 12:27 am Post subject: Re: combobox OnNotInList event |
|
|
SAN CAZIANO wrote:
| 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 (http://slash7.com/pages/vampires),
use the newsgroup archives :
http://www.tamaracka.com/search.htm
http://groups.google.com |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|