System.JSON.Builders.TJSONIterator.InRecurse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InRecurse: Boolean read GetInRecurse;

C++

__property bool InRecurse = {read=GetInRecurse, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONIterator

Description

Indicates whether the iterator is in a depth higher than 0 (True) or not (False).

See Also