System.JSON.TJSONString.IsNull

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.

Voir aussi