System.JSON.Readers.TJsonReader.GetDepth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDepth: Integer; virtual;

C++

virtual int __fastcall GetDepth(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 Depth of the current token in the JSON document.

GetDepth is the getter method for Depth.

See Also