RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotableTypeRegistry.GetVarTypeFromXSD Method

Returns the variant type that corresponds to a registered remotable type.

Pascal
function GetVarTypeFromXSD(const URI: InvString; const TypeName: InvString): TVarType;
C++
__fastcall TVarType GetVarTypeFromXSD(const InvString URI, const InvString TypeName);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!