System.JSON.Readers.EJsonReaderException.Path

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Path: string read FPath;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers EJsonReaderException

Description

Path of the JSON file that the JSON reader was parsing when it raised this exception.

See Also