System.JSON.TJSONBool.Create
Delphi
constructor Create(AValue: Boolean);
C++
__fastcall TJSONBool(bool AValue);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
constructor | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONBool |
Beschreibung
Erstellt eine Instanz von TJSONBool mit dem angegebenen booleschen Wert.