API:Soap.SOAPDomConv.TDOMHeaderProcessorEntry
Delphi
TDOMHeaderProcessorEntry = record
Processor: IDOMHeaderProcessor;
{$IFDEF NEXTGEN}
NameSpace: string;
HeaderName: string;
TypeName: string;
{$ELSE !NEXTGEN}
NameSpace: WideString;
HeaderName: WideString;
TypeName: WideString;
{$ENDIF NEXTGEN}
end;
C++
struct DECLSPEC_DRECORD TDOMHeaderProcessorEntry
{
public:
_di_IDOMHeaderProcessor Processor;
System::WideString NameSpace;
System::WideString HeaderName;
System::WideString TypeName;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Soap.SOAPDomConv.pas Soap.SOAPDomConv.hpp |
Soap.SOAPDomConv | Soap.SOAPDomConv |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!