Data.DBXJSON.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
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON 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

Übersetzungen