Datasnap.Win.SConnect.TStreamedConnection.ThreadReceivedStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ThreadReceivedStream(var Message: TMessage); message THREAD_RECEIVEDSTREAM;

C++

MESSAGE void __fastcall ThreadReceivedStream(Winapi::Messages::TMessage &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TStreamedConnection

Description

Handles callbacks from the application server.

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.

See Also