Datasnap.DBClient.TConnectionBroker.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TCustomRemoteServer read FConnection write SetConnection;

C++

__property TCustomRemoteServer* Connection = {read=FConnection, write=SetConnection};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TConnectionBroker

Description

Specifies the connection component that actually forms the connection to the application server.

Set Connection to the connection component that establishes a connection to the application server for all the client datasets listed in the DataSets property. For each client dataset listed in DataSets, the connection broker assigns Connection to its RemoteServer property. This connection locates the application server and obtains its IAppServer interface, which the client datasets then use for communicating with remote providers.

See Also