REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectReverter

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TMongoDateTimeInterceptor


説明

Data の日時フィールド(Field で指定された名前のもの)の値を、Arg で指定された日時(TMongoDate 型)に変更します。

関連項目