Discuss this help topic in SecureBlackbox Forum

TElXMLHashDataInfoList.Clear

TElXMLHashDataInfoList     See also     


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


Deletes all elements from the list.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Call this method to remove all HashDataInfo elements from the list.

See also:     Delete     HashDataInfo    

Discuss this help topic in SecureBlackbox Forum