System.JSON.Builders.TJSONIterator.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property &Index: Integer read GetIndex;

C++

__property int Index = {read=GetIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONIterator

Description

Index of the current token if it is a value within an array, or -1 if the token is not a value within an array.

See Also