RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection.Handle Property

Provides access to an internal window handle that can receive messages from the transport layer.

Pascal
property Handle: THandle;
C++
__property THandle Handle;

Streamed connection components perform all reading from and writing to the application server using a separate execution thread. This limits the impact that communication with the application server has on the speed of the client application, because execution does not need to wait while messages are marshaled and sent or received. 

The internal thread that handles these communication tasks uses Windows messages to coordinate events. TStreamedConnection uses the Handle property to provide this internal thread with a window handle that it can use. 

 

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