Discuss this help topic in SecureBlackbox Forum

TElJsonObject.Delete

TElJsonObject     See also     


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


This topic is under development…

Declaration

[C#]
    void Delete(int Index);

[VB.NET]
    Sub Delete(ByVal Index As Integer)

[Pascal]
    procedure Delete(Index : integer);

[C++]
    void Delete(int32_t Index);

[PHP]
    void Delete(integer $Index)

[Java]
    void delete(int Index);

Parameters

  • Index -

Description

    Removes the value at the specified index. If OwnsValues is True, the underlying object is destroyed.

See also:         

Discuss this help topic in SecureBlackbox Forum