REST.JsonReflect.TJSONInterceptor.TypeObjectsReverter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function TypeObjectsReverter(Data: TListOfObjects): TObject; virtual;

C++

virtual System::TObject* __fastcall TypeObjectsReverter(TListOfObjects Data);

Propriétés

Type Visibilité  Source Unité  Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONInterceptor


Description

"Reverter" qui crée une instance d'objet basée sur un tableau d'objets intermédiaires.

La méthode TypeObjectsReverter renvoie une instance d'objet créée à partir du TListOfObjects spécifié dans Data.

Voir aussi