| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Get or set elements as boolean values
Source position: fpjson.pp line 548
 public property TJSONArray.Booleans[Index: Integer] : Boolean  | 
Floats gives direct access to the TJSONData.AsBoolean property when reading. Reading it is the equivalent to accessing
Items[Index].AsBoolean
When writing, it will check if a boolean JSON value is located at the given location, and replace it with the new value. If a non-boolean value is there, it is replaced with the written boolean value.
  | 
Indexed access to sub-items  | 
|
  | 
Is the data a null value ?  | 
|
  | 
JSON types of elements in the array  | 
|
  | 
Get or set elements as integer values  | 
|
  | 
Get or set elements as string values  | 
|
TJSONArray.Int64s  | 
  | 
Get or set elements as Int64 values  | 
TJSONArray.QWords  | 
  | 
Get or set elements as QWord values  | 
  | 
Get or set elements as floating-point numerical values  |