Delphi message processing on threads
When writing programs, you always encounter problems with the communication between the form (TForm) and the thread (TThread) message. What is annoying is that the form cannot send messages to the thread (TThread) (the thread does not have a window handle
2025-02-21