Data.DBXJSONReflect.TJSONInterceptor.ObjectsConverter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ObjectsConverter(Data: TObject; Field: string): TListOfObjects; virtual;

C++

virtual TListOfObjects __fastcall ObjectsConverter(System::TObject* Data, System::UnicodeString Field);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONInterceptor


Description

Convertisseur qui transforme une valeur de champ en un tableau d'objets.

  • Data est l'objet étant actuellement en cours de sérialisation.
  • Field est le nom du champ.

Voir aussi