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

TJSONObject.UnicodeStrings

Named access to unicode string values

Declaration

Source position: fpjson.pp line 585

public property TJSONObject.UnicodeStrings[AName: string] : TJSONUnicodeStringType
  read GetUnicodeStrings
  write SetUnicodeStrings;

Description

Strings allows to retrieve or set the unicode string 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 unicodestring value.

See also

TJSONData.Items

  

Indexed access to sub-items

Names

Elements

Floats

Integers

Booleans

Int64s

Nulls

Arrays

Types

Objects

Strings


Documentation generated on: Sep 28 2017