RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConnectionBroker.Connection Property

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

Pascal
property Connection: TCustomRemoteServer;
C++
__property TCustomRemoteServer Connection;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!