System.JSON.TJSONNull.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 TJSONNull

Description

Renvoie True si l'instance TJSONNull en cours représente une valeur JSON null.

Appelez IsNull pour déterminer si l'instance TJSONNull en cours représente une valeur JSON null.

Voir aussi