System.JSON.TJSONBool.Create
Delphi
constructor Create(AValue: Boolean); overload;
C++
__fastcall TJSONBool(bool AValue)/* overload */;
/* TJSONAncestor.Create */ inline __fastcall virtual TJSONBool()/* overload */ : TJSONValue() { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONBool |
Description
Creates an instance of TJSONBool with the specified boolean value.