Discuss this help topic in SecureBlackbox Forum

TElDCNode.RemoveNode

TElDCNode     See also     


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


Removes a node from the list.

Declaration

[C#]
    void RemoveNode(int Index);

[VB.NET]
    Sub RemoveNode(ByVal Index As Integer)

[Pascal]
    procedure RemoveNode(Index : integer);

[C++]
    void RemoveNode(int32_t Index);

[PHP]
    void RemoveNode(integer $Index)

[Java]
    void removeNode(int Index);

Parameters

  • Index - Index of the node to be removed.

Description

    Use method is used to remove a single node from the list.

See also:     AddNode     Clear     Nodes    

Discuss this help topic in SecureBlackbox Forum