[Lazarus] Sending messages
Michael Schnell
mschnell at lumino.de
Fri Nov 25 11:16:39 CET 2011
On 11/25/2011 10:35 AM, Hans-Peter Diettrich wrote:
>
> Does a SendMessage call bypass any other messages which have been
> queued until that time? (by dispatching the message immediately to the
> target?)
AFAIK, Yes. (i.e. in non-Windows LCLWidgetType implementations that
provide their own queues, SendMessage() and the main thread loop taking
an Event from the queue (can) result in the same function call to Dispatch.)
-Michael
More information about the Lazarus
mailing list