RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSharedConnection.ParentConnection Property

Specifies the connection component that establishes a connection to the main remote data module on the application server.

Pascal
property ParentConnection: TDispatchConnection;
C++
__property TDispatchConnection ParentConnection;

Set ParentConnection to a connection component that connects to the main remote data module on the application server. TSharedConnection uses this component's connection for communicating to the child remote data module. 

The main remote data module with which ParentConnection communicates must expose the interface for the child remote data module as a property on its IAppServer interface. 

 

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