System.JSON.Readers.TJsonReader.SetPostValueState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPostValueState(AUpdateIndex: Boolean);

C++

void __fastcall SetPostValueState(bool AUpdateIndex);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Updates the current state of the reader to PostValue.

The PostValue State means that the reader has just read a value.

AUpdateIndex argument takes a boolean value to indicate if the index of the current TJsonPosition should be updated.

See Also