ItemByIndex(Index: Integer): IJsonElement;
ItemByIndex[Index: Integer]: Prognoz.Platform.Interop.ForeSystem.IJsonElement;
Index. Element index.
The ItemByIndex property returns the element with the specified index.
The example of use is given in description of the IJsonDocument.ReadFromFile method.
See also: