System.JSON.TJSONAncestor.Null

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Null: Boolean read IsNull;

C++

__property bool Null = {read=IsNull, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONAncestor

Description

Specifies whether the current JSON instance represents a JSON null value.

The Null property specifies whether the current JSON instance represents a JSON null value.

See Also