Data.DBXJSONReflect.TJSONConverter.OnFieldEnd

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

Delphi

procedure OnFieldEnd(const FieldName: string); override;

C++

virtual void __fastcall OnFieldEnd(const System::UnicodeString FieldName);

プロパティ

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

説明

各フィールドの値が処理された直後に呼び出されるイベント。

OnFieldEnd イベントは、各フィールドの値が処理された直後に呼び出されます。

関連項目