REST.Json.Interceptors.TISODateTimeInterceptor.StringReverter
Delphi
procedure StringReverter(Data: TObject; Field: string; Arg: string); override;
C++
virtual void __fastcall StringReverter(System::TObject* Data, System::UnicodeString Field, System::UnicodeString Arg);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | REST.Json.Interceptors.pas REST.Json.Interceptors.hpp |
REST.Json.Interceptors | TISODateTimeInterceptor |
説明
文字列から得られる値をオブジェクト フィールドに設定する逆変換ルーチンです。
REST.Json.Interceptors.TISODateTimeInterceptor.StringReverter は REST.JsonReflect.TJSONInterceptor.StringReverter を継承しています。以下の内容はすべて REST.JsonReflect.TJSONInterceptor.StringReverter を参照しています。
文字列から得られる値をオブジェクト フィールドに設定する逆変換ルーチンです。
StringReverter は、指定されたオブジェクト Data
のフィールド Field
に Arg
で指定された文字列の値を設定します。