System.JSON.TJSONAncestor.Null

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Null: Boolean read IsNull;

C++

__property bool Null = {read=IsNull, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONAncestor

Description

Spécifie si l'instance JSON en cours représente une valeur JSON null.

La propriété Null spécifie si l'instance JSON en cours représente une valeur JSON null.

Voir aussi