API:Soap.InvokeRegistry.ISOAPHeaders.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++
virtual void __fastcall Get(System::TClass Cls, /* out */ TSOAPHeader* &Hdr) = 0 /* overload */;
virtual TSOAPHeader* __fastcall Get(System::TClass Cls) = 0 /* overload */;
virtual TSOAPHeader* __fastcall Get(const InvString Name, const InvString URI) = 0 /* overload */;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | Soap.InvokeRegistry.pas Soap.InvokeRegistry.hpp |
Soap.InvokeRegistry | ISOAPHeaders |
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.