RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotableTypeRegistry.XSDToTypeInfo Method

Returns the type information pointer associated with a specified type name.

Pascal
function XSDToTypeInfo(const URI: WideString; const TypeName: WideString): PTypeInfo;
C++
__fastcall PTypeInfo XSDToTypeInfo(const BSTR URI, const BSTR TypeName);

XSDToTypeInfo looks up a namespace URI and typename, and returns the type information pointer that describes the corresponding Object Pascal type or class. Unlike the URIToInfo method, XSDToTypeInfo can look up built-in type correspondences that do not need to be registered. 

URI is the namespace URI for the type. 

TypeName is the type name to look up. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!