Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.FirstChild

TElXMLDOMNode     See also     


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


This property contains a first child of the node

Declaration

[C#]
    TElXMLDOMNode FirstChild;

[VB.NET]
    Property FirstChild As TElXMLDOMNode

[Pascal]
    property FirstChild : TElXMLDOMNode;

[C++]
    TElXMLDOMNode* get_FirstChild();

[PHP]
    TElXMLDOMNode get_FirstChild()

[Java]
    TElXMLDOMNode getFirstChild();

Description

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

See also:     NodeType    

Discuss this help topic in SecureBlackbox Forum