Data.DBXJSONReflect.TReverterEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TReverterEvent = class

C++

class PASCALIMPLEMENTATION TReverterEvent : public System::TObject

Description

Represents the reverter event class.

The TReverterEvent represents the reverter event class. The event type is used by the unmarshalling code to invoke the corresponding reverter.

See Also