System.JSON.Writers.TJsonWriter.GetPosition
Delphi
function GetPosition(ADepth: Integer): TJsonPosition;
C++
System::Json::Types::TJsonPosition __fastcall GetPosition(int ADepth);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | System.JSON.Writers.pas System.JSON.Writers.hpp |
System.JSON.Writers | TJsonWriter |
Description
Obtient la position basée sur la profondeur.
Paramètres :
ADepth: le niveau de profondeur au sein des données JSON.