REST.Response.Adapter.TRESTResponseDataSetAdapter.NestedElementsDepth

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

Delphi

property NestedElementsDepth: Integer read FNestedElementsDepth write SetNestedElementsDepth default 0;

C++

__property NestedElementsDepth = {default=0};

プロパティ

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

説明

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

REST.Response.Adapter.TRESTResponseDataSetAdapter.NestedElementsDepth は REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.NestedElementsDepth を継承しています。以下の内容はすべて REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.NestedElementsDepth を参照しています。

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

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

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

関連項目