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: DOMString; const PartName: DOMString): IXMLNode;
C++
__fastcall IXMLNode GetPartNode(const DOMString MessageName, const DOMString 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!