Datasnap.Win.MConnect.TSharedConnection.ParentConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentConnection: TDispatchConnection read FParentConnection write SetParentConnection;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect TSharedConnection

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