Soap.InvokeRegistry.TRemotableTypeRegistry.GetVarTypeFromXSD
Delphi
function GetVarTypeFromXSD(const URI, TypeName: InvString): TVarType;
C++
System::TVarType __fastcall GetVarTypeFromXSD(const InvString URI, const InvString TypeName);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Soap.InvokeRegistry.pas Soap.InvokeRegistry.hpp |
Soap.InvokeRegistry | TRemotableTypeRegistry |
Description
Returns the variant type that corresponds to a registered remotable type.
GetVarTypeFromXSD returns the built-in Variant type that corresponds most naturally to a remotable type that was registered by a call to the RegisterXSInfo method.
URI is the namespace URI associated with the type when it was registered.
TypeName is the type name associated with the type when it was registered.