IDLffXMLDOMNode::GetLastChild
The IDLffXMLDOMNode::GetLastChild function method creates an instance of one of the IDLffXMLDOMNode subclasses and returns an object reference to that object, which refers to the last child of the calling node in the DOM tree. The type of the object corresponds to the type of the last child node.
Syntax
Result = Obj->[IDLffXMLDOMNode::]GetLastChild()
Return Value
Returns an object reference to the new IDLffXMLDOMNode subclass object if there is a child in the DOM tree. If there are no children, a null object reference is returned.
Arguments
None
Keywords
None
Version History
6.1 |
Introduced |