System.JSON.Readers.TJsonReader.GetDepth

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

Delphi

function GetDepth: Integer; virtual;

C++

virtual int __fastcall GetDepth();

プロパティ

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


説明

JSON ドキュメントにおける現在のトークンの Depth を返す、仮想取得メソッドを提供します。

GetDepth は、Depth の取得メソッドです。

関連項目