System.JSON.TJSONNull.Value

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Value: string; override;

C++

virtual System::UnicodeString __fastcall Value();

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNull


Description

Renvoie la valeur null JSON sous la forme d'une chaîne "null".

Voir aussi