API:Soap.InvokeRegistry.TInvokableClassRegistry.RegisterHeaderMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterHeaderMethod(Info: PTypeInfo; AClass: TClass;
const MethodName: string; MethodType: eHeaderMethodType = hmtAll;
Required: Boolean = False); overload;

C++

void __fastcall RegisterHeaderMethod(System::Typinfo::PTypeInfo Info, System::TClass AClass, const System::UnicodeString MethodName, eHeaderMethodType MethodType = (eHeaderMethodType)(0x0), bool Required = false)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvokableClassRegistry

Description

Embarcadero Technologies does not currently have any additional information.