Data.DBXJSONReflect.TConverterEvent.ConverterType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ConverterType: TConverterType read FConverterType;

C++

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

Description

Represents the converter type used in serialization.

The ConverterType property specifies the converter type used in serialization.

See Also