Datasnap.Win.MConnect.TSharedConnection.ChildName
Delphi
property ChildName: string read FChildName write FChildName;
C++
__property System::UnicodeString ChildName = {read=FChildName, write=FChildName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Datasnap.Win.MConnect.pas Datasnap.Win.MConnect.hpp |
Datasnap.Win.MConnect | TSharedConnection |
Description
Identifies the child remote data module on the application server with which you want to communicate.
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.