REST.Response.Adapter.TCustomJSONDataSetAdapter.SampleObjects
Delphi
property SampleObjects: Integer read GetSampleObjects write SetSampleObjects default 1;
C++
__property int SampleObjects = {read=GetSampleObjects, write=SetSampleObjects, default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | REST.Response.Adapter.pas REST.Response.Adapter.hpp |
REST.Response.Adapter | TCustomJSONDataSetAdapter |
Description
Specifies the number of objects in JSON dataset to scan to determine the structure.
The default value is 1. This is the fastest, but useful only for TJSONTypesMode.StringOnly mode.