System.JSON.TJSONBool.FalseString

De RAD Studio API Documentation
Révision datée du 1 avril 2016 à 14:35 par Lucas.Magdalena (discussion | contributions) (1 version : Translated using Trados. LOC-20106)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Delphi

FalseString: string = 'false';

C++

static System::UnicodeString FalseString;

Propriétés

Type Visibilité  Source Unité  Parent
field class protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool


Description

Représentation d'une valeur booléenne JSON False sous la forme d'une chaîne.

Voir aussi