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

TJSONArray.Int64s

Get or set elements as Int64 values

Declaration

Source position: fpjson.pp line 584

public property TJSONArray.Int64s[Index: Integer] : Int64
  read GetInt64s
  write SetInt64s;

Description

Int64s gives direct access to the TJSONData.AsInt64 property when reading. Reading it is the equivalent to accessing

Items[Index].AsInt64

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

See also

TJSONData.Items

  

Indexed access to sub-items

TJSONData.IsNull

  

Is the data a null value ?

TJSONArray.Types

  

JSON types of elements in the array

TJSONArray.Integers

  

Get or set elements as integer values

TJSONArray.Floats

  

Get or set elements as floating-point numerical values

TJSONArray.Strings

  

Get or set elements as string values

TJSONArray.Booleans

  

Get or set elements as boolean values

TJSONArray.QWords

  

Get or set elements as QWord values


Documentation generated on: May 14 2021