API:Soap.InvokeRegistry.TSOAPHeaders.Get
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 */;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | Soap.InvokeRegistry.pas Soap.InvokeRegistry.hpp |
Soap.InvokeRegistry | TSOAPHeaders |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.