System.JSON.TJSONString.IsNull
Delphi
function IsNull: Boolean; override;
C++
virtual bool __fastcall IsNull();
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONString |
Description
Renvoie True si l'instance JSON en cours représente une valeur JSON null.
Appelez IsNull pour déterminer si l'instance JSON en cours représente une valeur JSON null.