REST.JsonReflect.TJSONPopulationCustomizer.PostPopulate

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

Delphi

procedure PostPopulate(Data: TObject); virtual;

C++

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

プロパティ

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


説明

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

関連項目