Discuss this help topic in SecureBlackbox Forum

NewObject

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 NewObject(OwnsValues : Boolean = True) : TElJsonObject;

[C++]
    TElJsonObjectHandle NewObject(bool OwnsValues);

Parameters

  • OwnsValues -

Return value

    …

Description

    Creates new empty object.

Declared in

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

See also:     NewNull     NewArray     NewValue     Read     Write    

Discuss this help topic in SecureBlackbox Forum