| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Get or set elements as Int64 values
Source position: fpjson.pp line 584
 public property TJSONArray.Int64s[Index: Integer] : Int64  | 
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.
  | 
Indexed access to sub-items  | 
|
  | 
Is the data a null value ?  | 
|
  | 
JSON types of elements in the array  | 
|
  | 
Get or set elements as integer values  | 
|
  | 
Get or set elements as floating-point numerical values  | 
|
  | 
Get or set elements as string values  | 
|
  | 
Get or set elements as boolean values  | 
|
  | 
Get or set elements as QWord values  |