API:REST.Json.Interceptors.TBase64BytesInterceptor.StringReverter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure StringReverter(Data: TObject; Field: string; Arg: string); override;

C++

virtual void __fastcall StringReverter(System::TObject* Data, System::UnicodeString Field, System::UnicodeString Arg);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TBase64BytesInterceptor

Description

"Reverter" qui définit un champ d'objet sur une valeur à partir d'une chaîne.

REST.Json.Interceptors.TBase64BytesInterceptor.StringReverter hérite de REST.JsonReflect.TJSONInterceptor.StringReverter. Tout le contenu en-dessous de cette ligne se réfère à REST.JsonReflect.TJSONInterceptor.StringReverter.

"Reverter" qui définit un champ d'objet sur une valeur à partir d'une chaîne.

La méthode StringReverter définit la valeur Field de l'objet Data sur une valeur à partir de la chaîne spécifiée dans Arg.

Voir aussi