Delphi: interesting SO question + answer on using AllocateHWND to route TThread messages to a message handler in a TObject descendant (via: delphi – Custom Messages in Non-Windowed Classes – need a default handler? – Stack Overflow)
Posted by jpluimers on 2012/06/19
The delphi – Custom Messages in Non-Windowed Classes – need a default handler? – Stack Overflow thread on SO is very interesting.
It explains how to use AllocateHWND to route messages for a TThread into a message handler of an object instance.
–jeroen
Leave a Reply