Discuss this help topic in SecureBlackbox Forum

NewArray

Declared in     See also     


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


This topic is under development…

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    function NewArray() : TElJsonArray;
    function NewArray(Values : array of const) : TElJsonArray;

[C++]
    TElJsonArrayHandle NewArray();

Parameters

  • Values -

Return value

    …

Description

    (1) Creates new empty array.
    (2) Creates new array and fills it with descendants of TElJsonEntity based on types of Values items. Only values of types Boolean, Integer, Extended, Char and String are allowed. Also it's allowed to use descendants of TElJsonEntity. Nested arrays may be used also. Nil may be used for any Values item as well.

Declared in

.NET:
  • Namespace: SBJSON
  • Assembly: SecureBlackbox.Base
VCL:
  • Unit: SBJSON
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbjson.h

See also:     NewNull     NewObject     NewValue     Read     Write    

Discuss this help topic in SecureBlackbox Forum