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

TJSONObject.Elements

Name-based access to JSON values in the object.

Declaration

Source position: fpjson.pp line 737

public property TJSONObject.Elements[AName: string] : TJSONData
  read GetElements
  write SetElements;
  default;

Description

Elements allows to retrieve the JSON values of the elements in the object by name. If a non-existent name is specified, an EJSON exception is raised.

See also

Items

  

Indexed access to sub-items

Names

  

Indexed access to the names of elements.

Types

  

Types of values in the object.

Integers

  

Named access to integer values

Int64s

  

Named access to int64 values

Booleans

  

Named access to boolean values

Strings

  

Named access to string values

Floats

  

Named access to float values

Arrays

  

Named access to JSON array values

Objects

  

Named access to JSON object values


Documentation generated on: May 14 2021