[Lazarus] Sending messages
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Sat Nov 26 07:45:36 CET 2011
On Fri, Nov 25, 2011 at 2:33 PM, Hans-Peter Diettrich
<DrDiettrich1 at aol.com> wrote:
>>> This doesn't answer my question. What's the *source* of the processed
>>> messages?
> And how does PostMessage fit into the picture?
If this is for writing documentation, then you are clearly on the
wrong track here. Libraries work with the black box concept. The user
does not need to know where the messages from PostMessage are stored,
they are stored "somewhere" and will reappear "sometime later" in the
main thread. That's enough.
Any information of "where" the messages were in between is an
implementation detail which can change at any time. It also changes
from widgetset to widgetset.
--
Felipe Monteiro de Carvalho
More information about the Lazarus
mailing list