System.JSON.Readers.TJsonReader.GetPath

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

Delphi

function GetPath: string; virtual;

C++

virtual System::UnicodeString __fastcall GetPath();

プロパティ

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


説明

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

GetPath は、Path の取得メソッドです。

関連項目