RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataModule.SAS_DataRequest Method

Generates an OnSAS_DataRequest event on the specified provider component.

Pascal
function SAS_DataRequest(const ProviderName: WideString; Data: OleVariant): OleVariant; virtual; stdcall;
C++
virtual __fastcall __stdcall OleVariant SAS_DataRequest(const BSTR ProviderName, OleVariant Data);

Use SAS_SAS_DataRequest to invoke an OnSAS_DataRequest event handler of the provider named by ProviderName. This method is provided to allow application developers to customize the communication between a client application and a provider component. 

ProviderName is the provider on which the data module generates an OnSAS_DataRequest event.  

There is no predefined meaning for the Data parameter or the return value.

Note: Applications can only call the protected SAS_SAS_DataRequest method using the IAppServerSOAP interface.
 

 

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