REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.GetDefaultFieldName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TCustomRESTResponseDataSetAdapter


Beschreibung

Warnung: GetDefaultFieldName ist veraltet.

Benennt ein Feld, das ein JSONObject-Element ist.

Siehe auch