RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotableTypeRegistry.TypeInfoToXSD Method

Returns the type name and namespace URI registered with a remotable class or type.

Pascal
function TypeInfoToXSD(Info: PTypeInfo; var URI: InvString; var TypeName: InvString): Boolean;
C++
__fastcall Boolean TypeInfoToXSD(PTypeInfo Info, InvString URI, InvString TypeName);

TypInfoToXSD returns a type name and namespace URI from a type information pointer. The type information can describe either a remotable class that was previously registered by a call to RegisterXSClass, or a remotable type that was previously registered by a call to RegisterXSInfo

Info is the type information pointer that describes the class or type. 

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

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

 

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