System.JSON.TJSONBool.Create
Delphi
class function Create(AValue: Boolean): TJSONBool; overload; static;
C++
__fastcall TJSONBool(bool AValue);
static TJSONBool* __fastcall Create(bool AValue)/* overload */;
/* TJSONAncestor.Create */ inline __fastcall virtual TJSONBool()/* overload */ : TJSONValue() { }
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function constructor |
public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONBool |
Beschreibung
Erstellt eine Instanz von TJSONBool mit dem angegebenen booleschen Wert.