Discuss this help topic in SecureBlackbox Forum

TElDCNode.Clear

TElDCNode     See also     


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


Deletes all child nodes.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    This method is used to delete all child nodes.

See also:     Nodes     RemoveNode    

Discuss this help topic in SecureBlackbox Forum