Data.DBXJSONReflect.TJSONUnMarshal.SetFieldNull

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetFieldNull(Data: TObject; const Field: string);

C++

void __fastcall SetFieldNull(System::TObject* Data, const System::UnicodeString Field);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Définit un champ objet à nil.

La méthode SetFieldNull définit un champ objet à nil. Le paramètre Data spécifie l'objet. Le paramètre Field précise le nom du champ à être changé.

Voir aussi