Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.LastChild

TElXMLDOMNode     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property contains a last child of the node

Declaration

[C#]
    TElXMLDOMNode LastChild;

[VB.NET]
    Property LastChild As TElXMLDOMNode

[Pascal]
    property LastChild : TElXMLDOMNode;

[C++]
    TElXMLDOMNode* get_LastChild();

[PHP]
    TElXMLDOMNode get_LastChild()

[Java]
    TElXMLDOMNode getLastChild();

Description

    Use this property to access the last child node of the node. Not all types of nodes can have child value.

See also:     NodeType    

Discuss this help topic in SecureBlackbox Forum