System.JSON.Readers.TJsonReader.SetPostValueState
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.