Hi,

yesterday I was discussing with Felipe about the AllocateHWnd function. Since we disagree a little about some things I'd like to ask others about their understanding. Here is a small piece of code:

TLCLWndMethod = *procedure*(var TheMessage: TLMessage) *of Object*;

*function* TWin32WidgetSet.AllocateHWnd(Method: TLCLWndMethod): HWND;
*begin*
[..]
Self.SetWindowLong(Result, DWL_USER, PtrInt(@Method));

to what exactly points "@Method" here?

Btw. this is also a test if I am able again to send a mail to the mailing-list. I hope it works :-/

Kind regards,

   Christian

Reply via email to