[fpc-pascal] C# implementation of TObject Dispatch/DefaultHandler

2010-02-02 Thread Anthony Walter
I though I'd share this and as for any feedback. Today I was experimenting with a borrowing a Delphi concept and implementing it in C#. I wanted to be able to do this in C#: procedure WMMouseMove(var Message: TWMMouseMove); message WM_MOUSEMOVE; And I believe I came up with a similar yet

Re: [fpc-pascal] C# implementation of TObject Dispatch/DefaultHandler

2010-02-02 Thread Graeme Geldenhuys
On 2 February 2010 18:49, Anthony Walter sys...@gmail.com wrote: I though I'd share this and as for any feedback. Wrong mailing list, this list is about Object Pascal. -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit