System.JSON.Writers.TJsonWriter.GetPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPosition(ADepth: Integer): TJsonPosition;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Gets the position based on the depth.

Parameters:

  • ADepth: The depth level within the JSON data.

See Also