API:Soap.InvokeRegistry.TSOAPHeaders.Get

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Get(Cls: TClass; out Hdr: TSOAPHeader); overload;
function  Get(Cls: TClass): TSOAPHeader; overload;
function  Get(const Name, URI: InvString): TSOAPHeader; overload;

C++

void __fastcall Get(System::TClass Cls, /* out */ TSOAPHeader* &Hdr)/* overload */;
TSOAPHeader* __fastcall Get(System::TClass Cls)/* overload */;
TSOAPHeader* __fastcall Get(const System::UnicodeString Name, const System::UnicodeString URI)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TSOAPHeaders

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。