REST.Json.Interceptors.TParseDateTimeInterceptor.ObjectConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectConverter(Data: TObject; Field: string): TObject; override;

C++

virtual System::TObject* __fastcall ObjectConverter(System::TObject* Data, System::UnicodeString Field);

Properties

Type Visibility Source Unit Parent
function public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TParseDateTimeInterceptor

Description

Transforms a TObject value in an intermediate TDateTime object.

ObjectConverter generates an intermediate TDateTime object from the Field value of the Data object.

See Also