System.JSON.TJSONAncestor.IsNull

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsNull: Boolean; virtual;

C++

virtual bool __fastcall IsNull();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONAncestor

Beschreibung

Gibt True zurück, wenn die aktuelle JSON-Instanz einen JSON-Nullwert repräsentiert.

Mit IsNull stellen Sie fest, ob die aktuelle JSON-Instanz einen JSON-Nullwert repräsentiert.

Siehe auch