Named access to string values.
Source position: fpjson.pp line 782
|  public property TJSONObject.Strings[AName: string] : TJSONStringType | 
Strings allows to retrieve or set the 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 string value.
| 
 | Indexed access to sub-items. | |
| 
 | Indexed access to the names of elements. | |
| 
 | Name-based access to JSON values in the object. | |
| 
 | Named access to float values. | |
| 
 | Named access to integer values. | |
| 
 | Named access to boolean values. | |
| 
 | Named access to int64 values. | |
| 
 | Named access to null values. | |
| 
 | Named access to JSON array values. | |
| 
 | Types of values in the object. | |
| 
 | Named access to JSON object values. | |
| 
 | Named access to Unicode string values. |