Data.DBXJSONReflect.TJSONPopulationCustomizer.PostPopulate
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TJSONPopulationCustomizer |
Delphi
procedure PostPopulate(Data: TObject); virtual;
C++
virtual void __fastcall PostPopulate(System::TObject* Data);
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.