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

TJSONObject.LargeInts

Get or set elements as LargeInt values.

Declaration

Source position: fpjson.pp line 762

public property TJSONObject.LargeInts[AName: string] : 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 ?

TJSONObject.Types

  

Types of values in the object.

TJSONObject.Integers

  

Named access to integer values.

TJSONObject.Floats

  

Named access to float values.

TJSONObject.Strings

  

Named access to string values.

TJSONObject.Booleans

  

Named access to boolean values.

TJSONObject.QWords

  

Named access to QWord values.


Documentation generated on: Jan 30 2024