System.JSON.Writers.TJsonWriter.Path

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Path: string read GetPath;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Gets the current path to the JSON token of the writer.

See Also