System.JSON.Builders.TJSONIterator.Return

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Return;

C++

void __fastcall Return();

Properties

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

Description

Skips the remaining content of the current array or object, and returns the iterator back to the parent of the array or object.

See Also