RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAppServerSOAP.SAS_GetProviderNames Method

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

Pascal
function SAS_GetProviderNames: TWideStringDynArray; stdcall;
C++
__fastcall __stdcall TWideStringDynArray SAS_GetProviderNames();

Call SAS_SAS_GetProviderNames for a list of all registered providers available from a SOAP data module. These values indicate the possible values for the ProviderName property of a client dataset that connects to the SOAP data module. When calling any of the SOAP data modules through the IAppServerSOAP interface, pass one of these names to indicate the provider that is the target of the method call. 

SAS_SAS_GetProviderNames returns the names of the providers in a dynamic array. Client datasets are associated with a provider by setting their ProviderName property to one of these names. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!