System.JSON.Readers.EJsonReaderException.Path

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

Delphi

property Path: string read FPath;

C++

__property System::UnicodeString Path = {read=FPath};

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers EJsonReaderException


説明

この例外発生時に JSON リーダーが解析していた JSON ファイルのパス。

関連項目