API: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 eine Instanz von TJSONBool mit dem angegebenen booleschen Wert.

System.JSON.TJSONTrue.Create erbt von System.JSON.TJSONBool.Create. Der folgende Inhalt bezieht sich auf System.JSON.TJSONBool.Create.

Erstellt eine Instanz von TJSONBool mit dem angegebenen booleschen Wert.

Siehe auch