System.JSON.Writers.TJsonWriter.GetPosition

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetPosition(ADepth: Integer): TJsonPosition;

C++

System::Json::Types::TJsonPosition __fastcall GetPosition(int ADepth);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


Beschreibung

Ermittelt anhand der Tiefe die Position.

Parameter:

  • ADepth: Die Tiefenebene in den JSON-Daten.

Siehe auch