Datasnap.Win.TConnect.TLocalConnection.AppServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.Win.TConnect.pas
Datasnap.Win.TConnect.hpp
Unit: Datasnap.Win.TConnect
Parent: TLocalConnection

Delphi

property AppServer: IAppServer read FAppServer;

C++

__property Datasnap::Midas::_di_IAppServer AppServer = {read=FAppServer};

Description

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

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.

See Also