API:REST.JsonReflect.TInternalJSONPopulationCustomizer.PostPopulate

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

Delphi

procedure PostPopulate(Data: TObject); override;

C++

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

プロパティ

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

説明

フィールドの内容を設定した後でアンマーシャリングされたオブジェクト インスタンスを変更するための、カスタマイズ用メソッドです。

REST.JsonReflect.TInternalJSONPopulationCustomizer.PostPopulate は REST.JsonReflect.TJSONPopulationCustomizer.PostPopulate を継承しています。以下の内容はすべて REST.JsonReflect.TJSONPopulationCustomizer.PostPopulate を参照しています。

フィールドの内容を設定した後でアンマーシャリングされたオブジェクト インスタンスを変更するための、カスタマイズ用メソッドです。

関連項目