Data.DBXJSONReflect.TConverterEvent.ConverterType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConverterType: TConverterType read FConverterType;

C++

__property TConverterType ConverterType = {read=FConverterType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TConverterEvent

Description

Represents the converter type used in serialization.

The ConverterType property specifies the converter type used in serialization.

See Also