Soap.SOAPDm.TSoapDataModule.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
Soap.SOAPDm.pas
Soap.SOAPDm.hpp
Soap.SOAPDm TSoapDataModule

Description

Lists the registered provider components that are contained in the SOAP data module.

Use Providers to access a provider component from the SOAP data module given its name. The SOAP data module uses Providers to locate the target of method calls made using the IAppServer interface.

If the value passed as is not one of the names returned by AS_GetProviderNames (for example, if the provider's Exported property is false) reading Providers raises an exception.

See Also