Data.DBXJSONReflect.TJSONInterceptor.StringsConverter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function StringsConverter(Data: TObject; Field: string): TListOfStrings; virtual;

C++

virtual TListOfStrings __fastcall StringsConverter(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 de chaînes.

  • Data est l'instance d'objet actuelle en cours de sérialisation.
  • Field représente le nom du champ.

Voir aussi