REST.Response.Adapter.TRESTResponseDataSetAdapter.NestedElements

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NestedElements;

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

NestedElements indicates if JSON child elements are used to define fields.

If NestedElementsis True, JSON child elements are used to define fields.

Note: TRESTResponseDataSetAdapter.NestedElementss inherits from TCustomRESTResponseDataSetAdapter.NestedElements.

See Also