System.JSON.Writers.TJsonWriter.GetPosition

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

Delphi

function GetPosition(ADepth: Integer): TJsonPosition;

C++

System::Json::Types::TJsonPosition __fastcall GetPosition(int ADepth);

プロパティ

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


説明

指定された深さから位置を取得します。

パラメータ:

  • ADepth: JSON データ内での深さのレベル。

関連項目