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


Description

Renvoie la valeur booléenne JSON sous la forme d'une chaîne.

Value renvoie TrueString si l'instance de TJSONBool est True et FalseString sinon.

Voir aussi