System.JSON.TJSONArrayEnumerator.Current

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Current: TJSONValue read GetCurrent;

C++

__property TJSONValue* Current = {read=GetCurrent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArrayEnumerator


Beschreibung

JSON-Wert des durchlaufenen JSON-Arrays auf das der Iterator gegenwärtig zeigt.

Siehe auch