System.JSON.TJSONFalse.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; override;

C++

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

Eigenschaften

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


Beschreibung

Erstellt einen booleschen JSON-Wert mit dem Wert False.

Siehe auch