REST.JsonReflect.TJSONConverter.OnListStart

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

Delphi

procedure OnListStart; override;

C++

virtual void __fastcall OnListStart();

プロパティ

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

説明

フィールドの値が実際には値リストである場合に、そのフィールド値の処理の初めに発生します。

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

フィールドの値が実際には値リストである場合に、そのフィールド値の処理の初めに発生します。

OnListStart の発生以降、次の後続イベントが任意の組み合わせで発生する可能性があります。

リストの最後の項目が処理されたら、OnListEnd が発生します。

関連項目