System.JSON.Writers.TJsonWriter.FCurrentPosition

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

Delphi

FCurrentPosition: TJsonPosition;

C++

System::Json::Types::TJsonPosition FCurrentPosition;

プロパティ

種類 可視性 ソース ユニット
field protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


説明

ライタの現在位置の情報が格納されます。

FCurrentPosition には、JSON トークンの位置情報(位置コンテナ種別プロパティ名など)を持つ TJsonPosition レコード値が含まれます。

関連項目