API:Soap.SOAPPasInv.TOnExceptionEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOnExceptionEvent    = procedure(const MethodName: string; const Request: TStream; const Response: TStream) of object;

C++

typedef void __fastcall (__closure *TOnExceptionEvent)(const System::UnicodeString MethodName, System::Classes::TStream* const Request, System::Classes::TStream* const Response);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv Soap.SOAPPasInv

Description

Embarcadero Technologies does not currently have any additional information.