System.JSON.Readers.TJsonReader.GetDepth

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetDepth: Integer; virtual;

C++

virtual int __fastcall GetDepth();

Propriétés

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


Description

Fournit la méthode Getter virtuelle pour renvoyer la profondeur du token en cours dans le document JSON.

GetDepth est la méthode Getter pour Depth.

Voir aussi