Data.DBXJSONReflect.TJSONInterceptor.StringsConverter
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.
Dataest l'instance d'objet actuelle en cours de sérialisation.Fieldreprésente le nom du champ.