REST.JsonReflect.TJSONPopulationCustomizer.PostPopulate
Delphi
procedure PostPopulate(Data: TObject); virtual;
C++
virtual void __fastcall PostPopulate(System::TObject* Data);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TJSONPopulationCustomizer |
Description
Customizer to alter an unmarshalled object instance after populating fields.