REST.JsonReflect.TConverter.OnFieldStart

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

Delphi

procedure OnFieldStart(Field: TRttiField); virtual; abstract;

C++

virtual void __fastcall OnFieldStart(System::Rtti::TRttiField* Field) = 0 ;

プロパティ

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


説明

Field で指定された名前のフィールドの値が処理される直前に発生します。

フィールドの値の型に応じて、次のイベントのいずれかが OnFieldStart の後に発生し、フィールドの値を提供するか、その値の処理の開始を宣言します。

値が処理されたら、OnFieldEnd が発生します。

関連項目