RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocalConnection.AppServer Property

Provides access to the IAppServer interface that handles communication with providers.

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

Use AppServer to make explicit IAppServer calls to communicate with the local providers. The IAppServer interface lets you call provider methods that are otherwise unavailable because they are protected. 

 

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