System.JSON.Readers.TJsonReader.SetPostValueState

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetPostValueState(AUpdateIndex: Boolean);

C++

void __fastcall SetPostValueState(bool AUpdateIndex);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader


説明

リーダーの現在の状態を PostValue に更新します。

PostValue 状態は、リーダーが読み込んだ直後であることを意味します。

AUpdateIndex 引数はブーリアン値を取り、これは、現在の TJsonPosition のインデックスが更新される必要があることを示します。

関連項目