Datasnap.Win.TConnect.TLocalConnection.Providers

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 Providers[const ProviderName: string]: TCustomProvider read GetProvider;

C++

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

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