REST.JsonReflect.TJSONPopulationCustomizer.PrePopulate
Delphi
procedure PrePopulate(Data: TObject); virtual;
C++
virtual void __fastcall PrePopulate(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 before populating fields.