RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSharedConnection.ChildName Property

Identifies the child remote data module on the application server with which you want to communicate.

Pascal
property ChildName: String;
C++
__property AnsiString ChildName;

Set ChildName to the name of the property on the application server's main remote data module that exposes the interface for the desired child remote data module. TSharedConnection uses this property to obtain the interface for the child remote data module, which it sets as the value of the AppServer property. 

 

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