REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.NestedElementsDepth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NestedElementsDepth: Integer read FNestedElementsDepth write SetNestedElementsDepth default 0;

C++

__property int NestedElementsDepth = {read=FNestedElementsDepth, write=SetNestedElementsDepth, default=0};

Properties

Type Visibility Source Unit Parent
property public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TCustomRESTResponseDataSetAdapter

Description

Indicates how deep to scan JSON child elements for fields.

You can use NestedElementsDepth if NestedElements is True.

NestedElementsDepth returns 0 by default. This indicates a deep scan.

See Also