System.JSON.TJSONNull.IsNull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsNull: Boolean; override;

C++

virtual bool __fastcall IsNull();

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNull

Description

Always returns True since any TJSONNull instance represents a JSON null value.

See Also