Data.DBXJSONReflect.TTypeObjectReverter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
anonMethod
class
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: Data.DBXJSONReflect

Delphi

TTypeObjectReverter = reference to function(Data: TObject): TObject;

C++

__interface TTypeObjectReverter  : public System::IInterface

Description

Represents the type for reverters that transform any field value of the registered type into an object.

TTypeObjectReverter represents the type for reverters that transform any field value of the registered type into an object.

Note: The Data parameter specifies the object value of the current field.

See Also