RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetNamespaceByGUID Method

Returns a namespace that is uniquely associated with a registered interface.

Pascal
function GetNamespaceByGUID(const AGUID: TGUID): string;
C++
__fastcall AnsiString GetNamespaceByGUID(const TGUID AGUID);

GetNamespaceByGUID returns the namespace URI that identifies the specified interface. The namespace is originally associated with the interface when it is registered by a call to the RegisterInterface method. This namespace can be supplied when the interface is registered, or automatically generated by the RegisterInterface method. 

AGUID is the globally unique identifier that identifies the interface whose namespace is desired.. 

 

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