Re: Where is TApplication located?



In article <dhi2j4$si4$1@xxxxxxxxxxxxxxx>, n_sherlock@xxxxxxxxxxx
says...
> Adam Sandler wrote:
> > I'm trying to correct some buggy mouse wheel behavior in the DBGrid...
> > A colleague told me how to fix it and sent me this URL...
> > http://delphi.about.com/cs/adptips2002/a/bltip1102_3.htm
>
> Whoever wrote that article is a little weird. Use the routine given, but
> make it a method of your form:

I would also suggest correcting the if satement condition to also check
if the Msg.Hwnd belongs to a TDBGrid descendant.

Also, one wheel message by defaut transcribes to 3 key messages, right?
It should be possible to get this value.



--
I'm not having these two shag while I'm tied to a chair three feet away.
.



Relevant Pages

  • Re: Where is TApplication located?
    ... >> I'm trying to correct some buggy mouse wheel behavior in the DBGrid... ... >> A colleague told me how to fix it and sent me this URL... ...
    (comp.lang.pascal.delphi.misc)
  • Re: Where is TApplication located?
    ... I'm trying to correct some buggy mouse wheel behavior in the DBGrid... ... A colleague told me how to fix it and sent me this URL... ...
    (comp.lang.pascal.delphi.misc)