System.JSON.TJSONNumber.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(const Value: string); overload;
constructor Create(const Value: Double); overload;
constructor Create(const Value: Integer); overload;
constructor Create(const Value: Int64); overload;

C++

__fastcall TJSONNumber(const System::UnicodeString Value)/* overload */;
__fastcall TJSONNumber(const double Value)/* overload */;
__fastcall TJSONNumber(const int Value)/* overload */;
__fastcall TJSONNumber(const __int64 Value)/* overload */;
/* TJSONString.Create */ inline __fastcall virtual TJSONNumber()/* overload */ : TJSONString() { }

Propriétés

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

Description

Crée une instance de la classe TJSONNumber.

Appelez Create pour créer une instance de la classe TJSONNumber.

Les données du paramètre Value sont utilisées pour initialiser le nombre JSON.