System.JSON.TJSONTrue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.JSON.TJSONBoolSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONTrue

Delphi

TJSONTrue = class sealed(TJSONBool)

C++

class PASCALIMPLEMENTATION TJSONTrue : /*[[sealed]]*/ public TJSONBool

Eigenschaften

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


Beschreibung

Implementiert einen JSON-"True"-Wert.

TJSONTrue ist die Klasse, die einen JSON-"True"-Wert implementiert.

Siehe auch