REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.GetDefaultFieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Warning: GetDefaultFieldName is deprecated.

Names a field that is a JSONObject element.

See Also