REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectReverter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ObjectReverter(Data: TObject; Field: string; Arg: TObject); override;

C++

virtual void __fastcall ObjectReverter(System::TObject* Data, System::UnicodeString Field, System::TObject* Arg);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TMongoDateTimeInterceptor


Description

Définit la valeur du champ date et heure de Data ayant le nom Field spécifié sur la date/heure Arg spécifiée de type TMongoDate.

Voir aussi