Discuss this help topic in SecureBlackbox Forum

NewNull

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 NewNull() : TElJsonValue;

[C++]
    TElJsonValueHandle NewNull();

Return value

    …

Description

    Creates new instance of TElJsonValue with type set to jsonNull.

Declared in

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

See also:     NewArray     NewObject     NewValue     Read     Write    

Discuss this help topic in SecureBlackbox Forum