System.JSON.Writers.TJsonWriter.Path

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Path: string read GetPath;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


Beschreibung

Ermittelt den aktuellen Pfad zum JSON-Token des Writers.

Siehe auch