IJsonObject.Property_

Syntax

Property_(Index: Integer): String;

Parameters

Index. Element index.

Description

The Property_ property returns the name of the element with the specified index.

Example

The example of use is given in description of the IJsonDocument.ReadFromFile method.

See also:

IJsonObject