System.JSON.TJSONTrue.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; override;

C++

__fastcall virtual TJSONTrue()/* overload */;
/* TJSONBool.Create */ inline __fastcall TJSONTrue(bool AValue)/* overload */ : TJSONBool(AValue) { }

Eigenschaften

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


Beschreibung

Erstellt einen booleschen JSON-Wert mit dem Wert True.

Siehe auch