Data.DBXJSONReflect.TJSONInterceptor.TypeObjectsReverter

De RAD Studio API Documentation
Révision datée du 13 juin 2012 à 12:54 par Simona.craciun (discussion | contributions) (1 version : Translated the file. LOC-9478)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONInterceptor


Description

Restaurateur qui crée un objet selon un tableau d'objets intermédiaires.

  • Data est le tableau d'objets intermédiaires.

Voir aussi