RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotableTypeRegistry.URIToInfo Method

Returns the type information pointer for a registered remotable class or type.

Pascal
function URIToInfo(const URI: WideString; const Name: WideString): PTypeInfo;
C++
__fastcall PTypeInfo URIToInfo(const BSTR URI, const BSTR Name);

URIToInfo looks up a registered remotable class or type given its namespace URI and typename. It returns the type information pointer that describes the type or class. 

URI is the namespace URI associated with the class or type. This association is established by the RegisterXSClass or RegisterXSInfo method. 

Name is the type name that was associated with the class or type when it was registered.

Tip: To look up the type information for a namespace and type that may possibly represent a built-in XML schema type, use the XSDToTypeInfo method instead.
 

 

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