REST.JsonReflect.JSONObjectPairListConverter
Delphi
function JSONObjectPairListConverter(Data: TObject; Field: string): TListOfObjects;
C++
extern DELPHI_PACKAGE TListOfObjects __fastcall JSONObjectPairListConverter(System::TObject* Data, System::UnicodeString Field);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | REST.JsonReflect |
Description
Renvoie un TListOfObjects créé à partir des paires clé-valeur de Data.
Data doit être une instance de TJSONObject.
- Remarque : Le paramètre
Fieldest ignoré.