REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.NestedElementsDepth

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

Delphi

property NestedElementsDepth: Integer read FNestedElementsDepth write SetNestedElementsDepth default 0;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TCustomRESTResponseDataSetAdapter


説明

JSON 子要素内でフィールドを探す深さを示します。

NestedElementsTrue の場合に NestedElementsDepth を使用することができます。

NestedElementsDepth はデフォルトで 0 を返します。これはディープ スキャンを表します。

関連項目