RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataModule.GetProviderNames Method

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

Pascal
function GetProviderNames: OleVariant;
C++
__fastcall OleVariant GetProviderNames();

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. 

 

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