Discuss this help topic in SecureBlackbox Forum

TElJsonArray.Length

TElJsonArray     See also     


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


This topic is under development…

Declaration

[C#]
    int Length;

[VB.NET]
    Property Length As Integer

[Pascal]
    property Length : integer;

[C++]
    int32_t get_Length();
    void set_Length(int32_t Value);

[PHP]
    integer get_Length()
    void set_Length(integer $Value)

[Java]
    int getLength();
    void setLength(int Value);

Description

    Gets or sets the length of the array. If new length is greater then old one, the newly added items are initialized with nil values. If new length is lesser then old one, objects of the items being removed are destoyed only if OwnsItems is True.

See also:         

Discuss this help topic in SecureBlackbox Forum