System.JSON.TJSONNumber

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.JSON.TJSONStringSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONNumber

Delphi

TJSONNumber = class sealed(TJSONString)

C++

class PASCALIMPLEMENTATION TJSONNumber : /*[[sealed]]*/ public TJSONString

Eigenschaften

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

Beschreibung

Implementiert eine JSON-Zahl.

TJSONNumber ist die Klasse, die eine JSON-Zahl implementiert.

Siehe auch