System.JSON.TJSONAncestor.Null

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Null: Boolean read IsNull;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONAncestor

Beschreibung

Gibt an, ob die aktuelle JSON-Instanz einen JSON-Nullwert repräsentiert.

Die Eigenschaft Null gibt an, ob die aktuelle JSON-Instanz einen JSON-Nullwert repräsentiert.

Siehe auch