Discuss this help topic in SecureBlackbox Forum

TElJsonArray.Clear

TElJsonArray     See also     


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


This topic is under development…

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear();

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Clears the array and sets its length to zero. If OwnsItems is True, all the items' objects are destoyed.

See also:         

Discuss this help topic in SecureBlackbox Forum