RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection.WndProc Method

Dispatches messages from the transport layer.

Pascal
procedure WndProc(var Message: TMessage);
C++
__fastcall WndProc(TMessage Message);

TStreamedConnection uses a separate thread for interface calls to and from the application server. That thread communicates with the streamed connection component by sending Windows messages to the handle specified by the Handle property. WndProc is the window procedure associated with that Window handle. It dispatches any messages that have message handlers such as ThreadException or ThreadReceivedStream. All other messages are ignored. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!