REST.Json.Interceptors.TParseDateTimeInterceptor.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 TParseDateTimeInterceptor


説明

Data に日時の値を、Parse Date 型に変更します。

ObjectReverter は、Data の日時フィールドの値を、Parse Date 型の指定された日時 Arg に変更します。

関連項目