Soap.SOAPMidas.IAppServerSOAP.SAS_DataRequest

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function  SAS_DataRequest(const ProviderName: OleStr; Data: OleVariant): OleVariant; stdcall;

C++

virtual System::OleVariant __stdcall SAS_DataRequest(const System::Types::OleStr ProviderName, System::OleVariant Data) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPMidas.pas
Soap.SOAPMidas.hpp
Soap.SOAPMidas IAppServerSOAP

Description

Generates an OnSAS_DataRequest event on the specified provider component.

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.

See Also