System.JSON.TJSONPairEnumerator.MoveNext
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