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

TJSONArray.UnicodeStrings

Get or set elements as Unicode string values

Declaration

Source position: fpjson.pp line 587

public property TJSONArray.UnicodeStrings[Index: Integer] : TJSONUnicodeStringType
  read GetUnicodeStrings
  write SetUnicodeStrings;

Description

UNicodeStrings gives direct access to the TJSONData.AsUnicodeString property when reading. Reading it is the equivalent to accessing

Items[Index].AsUnicodeString

When writing, it will check if a UNicodeStrings JSON value is located at the given location, and replace it with the new value. If a non-string value is there, it is replaced with the written Unicode string value.

See also

TJSONData.Items

  

Indexed access to sub-items

TJSONData.IsNull

  

Is the data a null value ?

TJSONArray.Types

  

JSON types of elements in the array

TJSONArray.Integers

  

Get or set elements as integer values

TJSONArray.QWords

  

Get or set elements as QWord values

TJSONArray.Floats

  

Get or set elements as floating-point numerical values

TJSONArray.Int64s

  

Get or set elements as Int64 values

TJSONArray.Booleans

  

Get or set elements as boolean values

TJSONArray.Strings

  

Get or set elements as string values


Documentation generated on: May 14 2021