[Lazarus] Sending messages

Bernd prof7bit at googlemail.com
Thu Nov 24 09:14:35 CET 2011


2011/11/24 Hans-Peter Diettrich <DrDiettrich1 at 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




More information about the Lazarus mailing list