2011/11/24 Hans-Peter Diettrich <drdiettri...@aol.com>:
> SendMessage and PostMessage are described to differ from the Windows
> specification. While the WinAPI sends window messages to the thread, that
> created (owns) the window, LCLIntf docs say that all messages go to the
> application message loop.

Shouldn't the thread of the application loop (the main thread) and the
thread that creates the windows be the same thread for most (all?)
practical purposes anyways?

Bernd

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to