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

TJSONObject.Names

Indexed access to the names of elements.

Declaration

Source position: fpjson.pp line 752

public property TJSONObject.Names[Index: Integer] : TJSONStringType
  read GetNameOf;

Description

Names allows to retrieve the names of the elements in the object. The index is zero-based, running from 0 to Count-1.

See also

Types

  

Types of values in the object.

Elements

  

Name-based access to JSON values in the object.


Documentation generated on: Jan 30 2024