System.JSON.TJSONString.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 TJSONString

Description

Renvoie le contenu chaîne de l'instance de la chaîne JSON.

Appelez Value pour obtenir le contenu chaîne de l'instance de la chaîne JSON.

Voir aussi