Data.DBXJSONReflect.TConverterEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TConverterEvent = class

C++

class PASCALIMPLEMENTATION TConverterEvent : public System::TObject

Description

Represents the converter event class.

The TConverterEvent class represents the converter event class. The event type is used by the marshalling code to invoke the corresponding converter.

See Also