Data.DBXJSONReflect.TJSONPopulationCustomizer.PostPopulate

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

Delphi

procedure PostPopulate(Data: TObject); virtual;

C++

virtual void __fastcall PostPopulate(System::TObject* Data);

プロパティ

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

説明

フィールドに値を入力した後にアンマーシャリングされたオブジェクト インスタンスの変更を行うカスタマイザ。

PostPopulate メソッドは、フィールドに値を入力した後にアンマーシャリングされたオブジェクト インスタンスの変更を行うカスタマイザを表します。PostPopulate を、シリアル化の対象になっている現在のオブジェクト インスタンスを表す Data パラメータとともに呼び出します。

関連項目