System.JSON.TJSONTrue.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create; override;

C++

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

Propriétés

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


Description

Create crée une valeur booléenne JSON.

Voir aussi