System.JSON.Readers.TJsonReader.GetPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPath: string; virtual;

C++

virtual System::UnicodeString __fastcall GetPath(void);

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Provides the virtual getter method to return the Path of the current token in the JSON document.

GetPath is the getter method for Path.

See Also