RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection.ThreadReceivedStream Method

Handles callbacks from the application server.

Pascal
procedure ThreadReceivedStream(var Message: TMessage); message THREAD_RECEIVEDSTREAM;
C++
__fastcall ThreadReceivedStream(TMessage Message);

TStreamedConnection uses a separate thread for interface calls to and from the application server. When the application server calls a client application interface, that thread sends a message to the Window handle specified by the Handle property. ThreadReceivedStream is the message handler for the Windows message from the application server. 

ThreadReceivedStream passes the interface call to the data block interpreter specified by the Interpreter property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!