REST.Response.Adapter.TRESTResponseDataSetAdapter.ObjectView
Delphi
property ObjectView;
C++
__property ObjectView = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | REST.Response.Adapter.pas REST.Response.Adapter.hpp |
REST.Response.Adapter | TRESTResponseDataSetAdapter |
Description
Specifies the column definition mode.
REST.Response.Adapter.TRESTResponseDataSetAdapter.ObjectView inherits from REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.ObjectView. All content below this line refers to REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.ObjectView.
Specifies the column definition mode.
When it is False, the JSON elements will be represented using a flat field list.
When it is True, the JSON objects will be represented using ftADT, arrays - ftDataSet, and simple fields - type depending on TypesMode and derived from field contents.
This mode is slower and may not be supported by some dataset classes.