Datasnap.Win.MConnect.TSharedConnection.ChildName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Unit: Datasnap.Win.MConnect
Parent: TSharedConnection

Delphi

property ChildName: string read FChildName write FChildName;

C++

__property System::UnicodeString ChildName = {read=FChildName, write=FChildName};

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.

See Also