RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.AppServer Property

Provides access to the interface the client dataset uses to communicate with a provider.

Pascal
property AppServer: IAppServer;
C++
__property IAppServer AppServer;

Use AppServer to communicate with the provider that supplies data to and resolves updates for the client dataset. If the client dataset uses a provider in the same process space, AppServer is the interface to an internally created object that dispatches IAppServer calls to the local or internal provider. If the provider is on a remote application server, AppServer has the same value as the AppServer property of the connection component.  

Applications don't need to work directly with the IAppServer interface. The properties and methods of the client dataset are automatically translated into IAppServer calls as needed. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!