API:System.JSON.TJSONNumber.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; overload; override;
constructor Create(const Value: string); overload;
constructor Create(const Value: Double); overload;
constructor Create(const Value: Extended); overload;
constructor Create(const Value: Currency); overload;
constructor Create(const Value: Integer); overload;
constructor Create(const Value: Cardinal); overload;
constructor Create(const Value: Int64); overload;
constructor Create(const Value: UInt64); overload;

C++

__fastcall TJSONNumber(const System::UnicodeString Value, int Dummy);
__fastcall virtual TJSONNumber()/* overload */;
__fastcall TJSONNumber(const System::UnicodeString Value)/* overload */;
__fastcall TJSONNumber(const double Value)/* overload */;
__fastcall TJSONNumber(const System::Extended Value)/* overload */;
__fastcall TJSONNumber(const System::Currency Value)/* overload */;
__fastcall TJSONNumber(const int Value)/* overload */;
__fastcall TJSONNumber(const unsigned Value)/* overload */;
__fastcall TJSONNumber(const __int64 Value)/* overload */;
__fastcall TJSONNumber(const unsigned __int64 Value)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Beschreibung

Erstellt eine Instanz von TJSONAncestor.

System.JSON.TJSONNumber.Create erbt von System.JSON.TJSONAncestor.Create. Der folgende Inhalt bezieht sich auf System.JSON.TJSONAncestor.Create.

Erstellt eine Instanz von TJSONAncestor.

Siehe auch