API: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 einen JSON-String.

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

Implementiert einen JSON-String.

TJSONString ist die Klasse, die einen JSON-String implementiert.

Siehe auch