API:System.JSON.TJSONBool.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AValue: Boolean); overload;

C++

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

Eigenschaften

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

Beschreibung

Erstellt eine Instanz von TJSONAncestor.

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

Erstellt eine Instanz von TJSONAncestor.

Siehe auch