REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.SampleObjects

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SampleObjects: Integer read GetSampleObjects write SetSampleObjects default 1;

C++

__property int SampleObjects = {read=GetSampleObjects, write=SetSampleObjects, default=1};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TCustomRESTResponseDataSetAdapter


説明

構造を決定するためにスキャンをする、JSON データセット内のオブジェクトの数を示します。

デフォルト値は 1 です。 これは最も高速ですが、TJSONTypesMode.StringOnly でのみ利用可能です。


関連項目