RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotableTypeRegistry.GetInternalPropName Method

Returns the name of the property on a remotable class that corresponds to a specified XML element.

Pascal
function GetInternalPropName(Info: PTypeInfo; ExternalName: InvString): string;
C++
__fastcall AnsiString GetInternalPropName(PTypeInfo Info, InvString ExternalName);

Use GetInternalPropName to obtain the name of the property on a registered remotable class that corresponds to a specified XML element. The association between the element and the property must be previously registered by the RegisterExternalPropname method. 

Info points to the type information of the remotable class that has the property. 

ExternalName is the name of an XML element that is part of a complex type defined in an XML schema. The remotable class identified by Info must represent the complex type that includes ExternalName. 

 

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