REST.JsonReflect.TJSONPopulationCustomizer.PostPopulate

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also