Soap.InvokeRegistry.TRemotableTypeRegistry.GetVarTypeFromXSD

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetVarTypeFromXSD(const URI, TypeName: InvString): TVarType;

C++

System::Word __fastcall GetVarTypeFromXSD(const System::UnicodeString URI, const System::UnicodeString 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.

See Also