RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotableTypeRegistry.GetXSDInfoForClass Method

Returns type name and namespace URI that correspond to a remotable class.

Pascal
procedure GetXSDInfoForClass(Info: PTypeInfo; var URI: WideString; var TypeName: WideString);
C++
__fastcall GetXSDInfoForClass(PTypeInfo Info, BSTR URI, BSTR TypeName);

GetXSDInfoForClass returns the type name under which a remotable class is registered, along with the namespace URI in which that type name is defined. The class must be previously registered by a call to the RegisterXSClass method.  

Info is the type info pointer for the registered remotable class. 

URI returns the namespace URI that was associated with the class when it was registered. 

TypeName returns the type name that was associated with the class when it was registered. 

 

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