メインメニューを開く

RAD Studio API Documentation β

System.JSON.Writers.TJsonWriter.GetPosition

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 データ内での深さのレベル。

関連項目