Datasnap.Win.TConnect.TLocalConnection.AppServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AppServer: IAppServer read FAppServer;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.Win.TConnect.pas
Datasnap.Win.TConnect.hpp
Datasnap.Win.TConnect TLocalConnection

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