API:System.JSON.TJSONNull.IsNull
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
Returns True if the current JSON object represents a JSON null value.
System.JSON.TJSONNull.IsNull inherits from System.JSON.TJSONAncestor.IsNull. All content below this line refers to System.JSON.TJSONAncestor.IsNull.
Returns True if the current JSON object represents a JSON null value.
Call IsNull to determine whether the current JSON object represents a JSON null value.