Data.DBXJSONReflect.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 | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp |
Data.DBXJSONReflect | TJSONPopulationCustomizer |
Description
Customizer to alter an unmarshaled object instance after populating fields.
The PostPopulate method represents a customizer to alter an unmarshaled object instance after populating fields. Call PostPopulate with the Data parameter, which represents the current object instance being deserialized.