System.JSON.Readers.TJsonReader.SetMaxDepth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMaxDepth(Value: Integer);

C++

void __fastcall SetMaxDepth(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Setter method for MaxDepth.

SetMaxDepth is used as a setter method for MaxDepth. The Value argument is an integer that specifies the maximum Depth of nested level allowed when reading JSON.

See the MaxDepth documentation for further details on how to use the property.

See Also