Discuss this help topic in SecureBlackbox Forum

TElDCBatchMessage.Clear

TElDCBatchMessage     See also     


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


Removes all messages from the list.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear();

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Use this method to remove all messages and clear the list.

See also:     Messages    

Discuss this help topic in SecureBlackbox Forum