System.JSON.Writers.TJsonWriter.UpdateScopeWithFinishedValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateScopeWithFinishedValue;

C++

void __fastcall UpdateScopeWithFinishedValue();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Updates the position of the current TJsonPosition.

When the current position of a JSON token has Index information, UpdateScopeWithFinishedValue increments the position.

See Also