API:REST.JsonReflect.TInternalJSONPopulationCustomizer.PostPopulate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PostPopulate(Data: TObject); override;

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 TInternalJSONPopulationCustomizer

Description

Customizer to alter an unmarshalled object instance after populating fields.

REST.JsonReflect.TInternalJSONPopulationCustomizer.PostPopulate inherits from REST.JsonReflect.TJSONPopulationCustomizer.PostPopulate. All content below this line refers to REST.JsonReflect.TJSONPopulationCustomizer.PostPopulate.

Customizer to alter an unmarshalled object instance after populating fields.

See Also