> I think Bob is right though, it is a case of inspecting the source
> code since at some point it is windows native code that is executing.
> So you don't know if it is strictly synchronous or asynchronous in a
> single threaded app? Sometimes it seems like maybe some code goes in
> as a Postmessage(?) while the (single) thread continues to run so
> that things aren't executed in a 100% linear manner.
MSDN documentation is pretty clear about how things happen. If a
function causes work to be done in another thread, or if it posts
messages somewhere, it will say so. It might not say it in big flashing
letters across the top of the screen so it's impossible to miss, but the
information is there with careful reading.
--
Rob
-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]
SPONSORED LINKS
| C programming language | Computer programming languages | Java programming language |
| The c programming language | C programming language | Concept of programming language |
YAHOO! GROUPS LINKS
- Visit your group "delphi-en" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

