Discuss this help topic in SecureBlackbox Forum

TElJsonObject.Clear

TElJsonObject     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

    Removes all the values from the object. If OwnsValues is True, all the underlying objects are destroyed.

See also:         

Discuss this help topic in SecureBlackbox Forum