REST.JsonReflect.TJSONPopulationCustomizer.PrePopulate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PrePopulate(Data: TObject; rttiContext: TRttiContext); virtual;

C++

virtual void __fastcall PrePopulate(System::TObject* Data, System::Rtti::TRttiContext rttiContext);

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.

See Also