Data.DBXJSONReflect.TObjectReverter

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

TObjectReverter = reference to procedure(Data: TObject; Field: string;
Arg: TObject);

C++

__interface TObjectReverter  : public System::IInterface

Description

Represents the type for field reverters that transform a field value into an object.

TObjectReverter represents the type for field reverters that transform a field value into an object.

Note: The Data parameter specifies the current object instance that is being serialized.

See Also