System.JSON.Readers.TJsonReader.SetMaxDepth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetMaxDepth(Value: Integer);

C++

void __fastcall SetMaxDepth(int Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader


説明

MaxDepth の設定メソッド。

SetMaxDepth は、MaxDepth に対する設定メソッドとして使用されます。 Value 引数は、JSON を読み込む際に可能な入れ子レベルの最大深度(Depth )を指定する整数です。

このプロパティの使用方法の詳細については、MaxDepth のドキュメントを参照してください。

関連項目