System.JSON.Readers.EJsonReaderException.Path

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Path: string read FPath;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers EJsonReaderException


Beschreibung

Pfad der JSON-Datei, die der JSON-Reader analysiert, wenn eine Exception ausgelöst wird.

Siehe auch