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

TJSONObject.Int64s

Named access to int64 values.

Declaration

Source position: fpjson.pp line 760

public property TJSONObject.Int64s[AName: string] : Int64
  read GetInt64s
  write SetInt64s;

Description

Int64s allows to retrieve or set the int64 values in the object by name. If a non-existent name is specified, an EJSON exception is raised when reading. When writing, any existing value is replaced by the specified int64 value.

See also

Items

  

Indexed access to sub-items.

Names

  

Indexed access to the names of elements.

Elements

  

Name-based access to JSON values in the object.

Floats

  

Named access to float values.

Integers

  

Named access to integer values.

Booleans

  

Named access to boolean values.

Strings

  

Named access to string values.

Nulls

  

Named access to null values.

Arrays

  

Named access to JSON array values.

Types

  

Types of values in the object.

Objects

  

Named access to JSON object values.


Documentation generated on: Jan 30 2024