<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 11/26/2011 08:25 AM, zeljko wrote:
    <blockquote cite="mid:201111260825.24587.zeljko@holobit.net"
      type="cite">
      <meta name="qrichtext" content="1">
      <style type="text/css">
p, li { white-space: pre-wrap; }</style>
      <p style="-qt-paragraph-type:empty; margin-top:0px;
        margin-bottom:0px; margin-left:0px; margin-right:0px;
        -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br>
      </p>
      <p style="margin: 0px; text-indent: 0px;">Maybe he want to explain
        how and where PostMessage can be used in multithreading
        environment, IMO this is important part since PostMessage is
        thread safe and gives you ability to do calculating stuff in
        threads and flood main thread with messages needed by your
        app....</p>
    </blockquote>
    <br>
    In fact the historical cause is that in Delphi programs the users
    use "PostMessage()" for that purpose, because "TThread.Queue()" (for
    reasons I don't understand) is existing for exactly this purpose,
    but missing in any document ion I know.<br>
    <br>
    -Michael<br>
  </body>
</html>