Discuss this help topic in SecureBlackbox Forum

TElXMLNodeSet.Delete

TElXMLNodeSet     See also     


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


Deletes a node from the set.

Declaration

[C#]
    void Delete(int Index);

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

[Pascal]
    procedure Delete(ANode: TElXMLDOMNode);

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

[PHP]
    void Delete(integer $Index)

[Java]
    void delete(int Index);

Parameters

  • ANode - node to be deleted
  • Index - ...

Description

    Use this method to delete an XML node from the set.

See also:     Clear     Add     Insert     Node    

Discuss this help topic in SecureBlackbox Forum