Unit 'fpjson' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TJSONBoolean.Create

Create a new instance of boolean JSON data.

Declaration

Source position: fpjson.pp line 429

public constructor TJSONBoolean.Create(

  AValue: Boolean

);

Arguments

AValue

  

Initial boolean value.

Description

Create instantiates a new boolean JSON data and initializes the value with AValue.

See also

TJSONIntegerNumber.Create

  

Create a new instance of 32-bit integer JSON data.

TJSONFloatNumber.Create

  

Create a new floating-point value.

TJSONInt64Number.Create

  

Create a new instance of 64-bit integer JSON data.

TJSONString.Create

  

Create a new instance of string JSON data.

TJSONArray.Create

  

Create a new instance of JSON array data.

TJSONObject.Create

  

Create a new instance of JSON object data.


Documentation generated on: Jul 24 2023