REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.NestedElements

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

Delphi

property NestedElements: Boolean read FNestedElements write SetNestedElements default False;

C++

__property bool NestedElements = {read=FNestedElements, write=SetNestedElements, default=0};

プロパティ

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


説明

フィールドの定義に JSON 子要素が使われるかどうかを示します。

NestedElementsTrue の場合、フィールドの定義に JSON 子要素が使用されます。

関連項目