Página 1 de 1
TComboBox:OnEditUpdate
Publicado: Mar Oct 18, 2005 10:51 am
por Ingo
Ignacio,
please look at the Test-project.
I Think OnEditUpdate and OnEditChange are at the same situation!
Regards
Ingo
Attached files Test.zip (1.7 KB)Â
TComboBox:OnEditUpdate
Publicado: Mar Oct 18, 2005 11:18 am
por jfgimenez
Ingo,
please, test again with this sample. Rebuild it (Alt+F9) to force all
modules to be compiled with debug information.
When running and before modify the combo text, move the window to the left
of the screen, to avoid to be covered be the code editor. Then, type any
char on the combo. You will see how OnEditUpdate is called, and the combo
doesn't show the type char yet. Press F8 (execute step by step) several
times, and you will see how OnEditChange is called, but after the type char
is shown. That's the difference between both events.
--
Regards,
Jose F. Gimenez
Attached files Test.zip (1.6 KB)Â
TComboBox:OnEditUpdate
Publicado: Mar Oct 18, 2005 12:23 pm
por Ingo
Jose,
many thanks, now I have regognized it. I hope i'm not always so dense.
Regards
Ingo
"Jose F. Gimenez" <
jfgimenez@wanadoo.es> schrieb im Newsbeitrag
news:[email=
4354bdf7@ozsrvnegro.ozlan.local...]
4354bdf7@ozsrvnegro.ozlan.local...[/email]
> Ingo,
>
> please, test again with this sample. Rebuild it (Alt+F9) to force all
> modules to be compiled with debug information.
>
> When running and before modify the combo text, move the window to the left
> of the screen, to avoid to be covered be the code editor. Then, type any
> char on the combo. You will see how OnEditUpdate is called, and the combo
> doesn't show the type char yet. Press F8 (execute step by step) several
> times, and you will see how OnEditChange is called, but after the type
> char
> is shown. That's the difference between both events.
>
> --
> Regards,
>
> Jose F. Gimenez
>
>
>
>
>
>