Data.DBXJSON.TJSONAncestor.Null
From RAD Studio API Documentation
Delphi
property Null: Boolean read IsNull;
C++
__property bool Null = {read=IsNull, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.DBXJSON.pas Data.DBXJSON.hpp |
Data.DBXJSON | 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.