MConnect.TSharedConnection Properties
Delphi Information
| property ParentConnection: TDispatchConnection read FParentConnection write SetParentConnection; |
Specifies the connection component that establishes a connection to the main remote data module on the application server. |
| property ChildName: string read FChildName write FChildName; |
Identifies the child remote data module on the application server with which you want to communicate. |
Unit: MConnect
Type: property
Visibility: published
Member Of: TSharedConnection
C++ Information
| __property Mconnect::TDispatchConnection * ParentConnection = {read=FParentConnection,write=SetParentConnection}; |
Specifies the connection component that establishes a connection to the main remote data module on the application server. |
| __property System::UnicodeString ChildName = {read=FChildName,write=FChildName}; |
Identifies the child remote data module on the application server with which you want to communicate. |
Unit: MConnect
Type: property
Visibility: public
Member Of: TSharedConnection
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!