Datasnap.Win.TConnect.TLocalConnection.Providers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Providers[const ProviderName: string]: TCustomProvider read GetProvider;

C++

__property Datasnap::Provider::TCustomProvider* Providers[const System::UnicodeString ProviderName] = {read=GetProvider};

Properties

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

Description

Lists the local providers with which this local connection component can communicate.

Providers provides access to the local providers that are available through the IAppServer interface. Providers only lists the providers whose Exported property is set to true.

ProviderName is the name of a provider. If you specify a name of a provider that is not listed, TLocalConnection raises an exception.

See Also