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

TJSONArray.QWords

Get or set elements as QWord values

Declaration

Source position: fpjson.pp line 586

public property TJSONArray.QWords[Index: Integer] : QWord
  read GetQWords
  write SetQWords;

Description

QWords gives direct access to the AsQWord property when reading. Reading it is the equivalent to accessing

Items[Index].AsQWord

When writing, it will check if an 64-bit unsigned integer JSON value is located at the given location, and replace it with the new value. If a non-64-bit unsigned integer JSON value is there, it is replaced with the written QWord value.

See also

Items

AsQWord

  

Access the raw JSON value as an 64-bit unsigned integer

IsNull

  

Is the data a null value ?

Types

  

JSON types of elements in the array

Integers

  

Get or set elements as integer values

Floats

  

Get or set elements as floating-point numerical values

Strings

  

Get or set elements as string values

Booleans

  

Get or set elements as boolean values


Documentation generated on: May 14 2021