System.JSON.TJSONBool.TrueString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TrueString: string = 'true';

C++

static System::UnicodeString TrueString;

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 True sous la forme d'une chaîne.

Voir aussi