Unit 'flcJSON' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TJSONNull

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcJSON.pas line 280

type TJSONNull = class(TJSONValue)

protected

  procedure BuildJSONString(); override;

  

  function GetValueType; override;

  

  function GetValueVariant; override;

  

  function GetValueIsNull; override;

  

public

  function Clone; override;

  

  function Compare(); override;

  

end;

Inheritance

TJSONNull

  

|

TJSONValue

  

|

TObject



CT Web help

CodeTyphon Studio