Datasnap.Win.MConnect.TSharedConnection.ParentConnection

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 ParentConnection: TDispatchConnection read FParentConnection write SetParentConnection;

C++

__property TDispatchConnection* ParentConnection = {read=FParentConnection, write=SetParentConnection};

Description

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

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.

See Also