[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpjson' (#fcl)

TJSONQWordNumber.Create

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

Declaration

Source position: fpjson.pp line 250

public constructor TJSONQWordNumber.Create(

  AValue: QWord

);

Arguments

AValue

  

Initial 64-bit unsigned integer value

Description

Create instantiates a new 64-bit unsigned integer JSON data and initializes the value with AValue.

See also

TJSONIntegerNumber.Create

  

Create a new instance of 32-bit integer JSON data

TJSONInt64Number.Create

  

Create a new instance of 64-bit integer JSON data

TJSONFloatNumber.Create

  

Create a new floating-point value


Documentation generated on: Nov 14 2015