RAD Studio VCL Reference
|
Specifies the connection component that actually forms the connection to the application server.
property Connection: TCustomRemoteServer;
__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!
|