REST.JsonReflect.TJSONPopulationCustomizer.PrePopulate

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONPopulationCustomizer


Description

Méthode de personnalisation destinée à modifier une instance d'objet soumise au processus unmarshalling avant le remplissage de champs.

Voir aussi