Discuss this help topic in SecureBlackbox Forum

TElXMLCustomElement.Clear

TElXMLCustomElement     


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


This method erases all data of the XML element.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear; virtual;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

Call this method to erase all element's data.

Discuss this help topic in SecureBlackbox Forum