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. Can somebody explain the real implementation in the LCL? DoDi