System.JSON.TJSONTrue.Create
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
.