System.JSON.TJSONPairEnumerator.MoveNext

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function MoveNext: Boolean;

C++

bool __fastcall MoveNext(void);

Eigenschaften

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

Beschreibung

Wechselt zum nächsten TJSON-Paar im Enumerator.

Mit MoveNext wird zum TJSON-Paar im TJSONPair-Objekt in der Aufzählung gewechselt.

Siehe auch