Soap.SOAPDm.TSoapDataModule.GetProviderNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProviderNames: OleVariant;

C++

System::OleVariant __fastcall GetProviderNames();

Properties

Type Visibility Source Unit Parent
function protected
Soap.SOAPDm.pas
Soap.SOAPDm.hpp
Soap.SOAPDm TSoapDataModule

Description

Returns a list of all the available providers on the SOAP data module.

GetProviderNames provides the underlying implementation for the AS_GetProviderNames method (on the IAppServer interface) and the SAS_GetProviderNames method (on the IAppServerSOAP interface). It returns a list of all registered providers available from a SOAP data module.

GetProviderNames returns the names of the providers in a Variant array.

See Also