Discuss this help topic in SecureBlackbox Forum

TElJsonArray.Delete

TElJsonArray     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

    Deletes the item at the specified position. If OwnsItems is True, the object of the item is destroyed/disposed.

See also:         

Discuss this help topic in SecureBlackbox Forum