API:System.JSON.TJSONNull.Value

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Value: string; override;

C++

virtual System::UnicodeString __fastcall Value(void);

Propriétés

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

Description

Le cas échéant, renvoie l'objet JSON en cours sous la forme d'une chaîne.

System.JSON.TJSONNull.Value hérite de System.JSON.TJSONAncestor.Value. Tout le contenu en-dessous de cette ligne se réfère à System.JSON.TJSONAncestor.Value.

Le cas échéant, renvoie l'objet JSON en cours sous la forme d'une chaîne.

Le cas échéant, Value renvoie l'objet JSON en cours sous la forme d'une chaîne. La chaîne résultante peut prendre la valeur null.

Voir aussi