Data.DBXJSONReflect.TJSONInterceptor.TypeObjectReverter

From RAD Studio API Documentation
Revision as of 12:29, 24 April 2012 by Serbanu (talk | contribs) (RAD-10741)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function TypeObjectReverter(Data: TObject): TObject; virtual;

C++

virtual System::TObject* __fastcall TypeObjectReverter(System::TObject* Data);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONInterceptor

Description

Reverter that creates a value based on an object.

  • Data is the intermediate object.

See Also