REST.Response.Adapter.TRESTResponseDataSetAdapter.NestedElements

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NestedElements: Boolean read FNestedElements write SetNestedElements default 0;

C++

__property NestedElements = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseDataSetAdapter

Description

Indicates if JSON child elements are used to define fields.

REST.Response.Adapter.TRESTResponseDataSetAdapter.NestedElements inherits from REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.NestedElements. All content below this line refers to REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.NestedElements.

Indicates if JSON child elements are used to define fields.

If NestedElements is True, JSON child elements will be used to define fields.

See Also