System.JSON.TJSONAncestor.Null
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.