RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetName Method

Returns the name of the definitions node in the WSDL document.

Pascal
function GetName: WideString;
C++
__fastcall BSTR GetName();

The root node of a WSDL document is always a definitions node. This node gives a name to the set of definitions in the WSDL document. Call GetName to retrieve that name.  

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