TTMSFNCJSONArrayHelper.Values Property
Returns the JSON value at the specified array index.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCJSONArrayHelper
Type: TJSONValue
Syntax
property Values[AIndex: Integer]: TJSONValue;
Parameters
| Name | Description |
|---|---|
AIndex |
Zero-based JSON array index. |