RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetPartNode Method

Returns the interface for the node that describes a part of a message.

Pascal
function GetPartNode(const MessageName: WideString; const PartName: WideString): IXMLNode;
C++
__fastcall IXMLNode GetPartNode(const BSTR MessageName, const BSTR PartName);

Call GetPartNode to obtain information about a part that is defined for a message. Every message consists of one or more parts, each of which is associated with a definition from some type system. 

MessageName is the name of the message that is defined using the part. 

PartName is the name of the part whose node is returned. 

 

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