REST.JsonReflect.TJSONConverter.OnFieldEnd

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

Delphi

procedure OnFieldEnd(Field: TRttiField); override;

C++

virtual void __fastcall OnFieldEnd(System::Rtti::TRttiField* Field);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONConverter

説明

Field の値が処理された後で発生します。

REST.JsonReflect.TJSONConverter.OnFieldEnd は REST.JsonReflect.TConverter.OnFieldEnd を継承しています。以下の内容はすべて REST.JsonReflect.TConverter.OnFieldEnd を参照しています。

Field の値が処理された後で発生します。

Field は、既に発生した OnFieldStart のフィールド名に一致するフィールド名です。

関連項目