System.JSON.TJSONFalse.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create; override;

C++

__fastcall virtual TJSONFalse()/* overload */;
/* TJSONBool.Create */ inline __fastcall TJSONFalse(bool AValue)/* overload */ : TJSONBool(AValue) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONFalse


Description

Create crée une valeur booléenne JSON False.

Voir aussi