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

TJSONArray.LargeInts

Get or set elements as LargeInt values

Declaration

Source position: fpjson.pp line 585

public property TJSONArray.LargeInts[Index: Integer] : TJSONLargeInt
  read GetInt64s
  write SetInt64s;

Description

LargeInts gives direct access to the TJSONData.AsLargeInt property when reading. Reading it is the equivalent to accessing

Items[Index].AsLargeInt

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

See also

TJSONData.AsLargeInt

  

Access to data as largeint

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