Soap.InvokeRegistry.TRemotableTypeRegistry.GetVarTypeFromXSD

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

System::Word __fastcall GetVarTypeFromXSD(const System::UnicodeString URI, const System::UnicodeString TypeName);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TRemotableTypeRegistry

Description

Renvoie le type variant qui correspond à un type distant recensé.

GetVarTypeFromXSD renvoie le type Variant intégré qui correspond plus naturellement à un type distant qui était recensé par un appel à la méthode RegisterXSInfo.

URI est l'URI d'espace de nommage associé au type lorsqu'il a été recensé.

TypeName est le nom de type associé au type lorsqu'il a été recensé.

Voir aussi