API:System.JSON.TJSONFalse

Delphi
TJSONFalse = class sealed(TJSONBool)
C++
class PASCALIMPLEMENTATION TJSONFalse : /*[[sealed]]*/ public TJSONBool
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | System.JSON.pas System.JSON.hpp |
System.JSON | System.JSON |
Description
JSON boolean value. {{#multireplace:System.JSON.TJSONFalse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.TJSONBool|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.TJSONBool|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
JSON boolean value.
You can pass the value that an instance of TJSONBool represents to its constructor.
To obtain the value in a different format, you can use the following members:
| Member | Format | Notes |
|---|---|---|
|
JSON (string) |
The possible values are TrueString and FalseString. | |
|
JSON (string) |
The possible values are TrueString and FalseString. | |
|
JSON (bytes) |
The possible values are TrueBytes and FalseBytes. | |