REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.GetDefaultFieldName

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

Delphi

function GetDefaultFieldName(const AJSON: TJSONValue): string; deprecated;

C++

System::UnicodeString __fastcall GetDefaultFieldName _DEPRECATED_ATTRIBUTE0 (System::Json::TJSONValue* const AJSON);

プロパティ

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


説明

警告: GetDefaultFieldName は非推奨になっています。

JSONObject 要素であるフィールドの名前を示します。

関連項目