REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.NestedElements

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NestedElements: Boolean read FNestedElements write SetNestedElements default False;

C++

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

Properties

Type Visibility Source Unit Parent
property public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TCustomRESTResponseDataSetAdapter

Description

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