Discuss this help topic in SecureBlackbox Forum

TElDCNode.Nodes

TElDCNode     See also     


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


Contains child nodes.

Declaration

[C#]
    TElDCNode Nodes[int Index];

[VB.NET]
    Property Nodes(ByVal Index As Integer) As TElDCNode

[Pascal]
    property Nodes[Index : integer] : TElDCNode;

[C++]
    TElDCNode* get_Nodes(int32_t Index);

[PHP]
    TElDCNode get_Nodes(integer $Index)

[Java]
    not available

Parameters

  • Index - Index of the desired child node in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to access child nodes.

See also:     NodeCount     AddNode     RemoveNode    

Discuss this help topic in SecureBlackbox Forum