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

2010-02-02 Thread Graeme Geldenhuys
On 2 February 2010 18:49, Anthony Walter 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 http://opensoft.

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

2010-02-02 Thread Jonas Maebe
On 02 Feb 2010, at 17:49, Anthony Walter wrote: > I though I'd share this and as for any feedback. Since this does not appear to be about programming in FPC (nor about interoperating with FPC/Delphi code), the fpc-other mailing list would be more appropriate for this discussion. Please post fo

[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 workabl