System.JSON.TJSONPairEnumerator.Current

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Current: TJSONPair read GetCurrent;

C++

__property TJSONPair* Current = {read=GetCurrent};

Eigenschaften

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

Beschreibung

Das aktuelle TJSON-Paar.

Current repräsentiert das aktuelle TJSON-Paar im TJSONPair-Objekt in der Aufzählung.

Siehe auch