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: InvString; const TypeName: InvString): PTypeInfo;
C++
__fastcall PTypeInfo XSDToTypeInfo(const InvString URI, const InvString 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!