REST.JsonReflect.TJSONConverter.ConvertFieldNameToJson

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ConvertFieldNameToJson(const AField: TRttiField): string; overload;
function ConvertFieldNameToJson(AObject: TObject; const AFieldName: string): string; overload;

C++

System::UnicodeString __fastcall ConvertFieldNameToJson(System::Rtti::TRttiField* const AField)/* overload */;
System::UnicodeString __fastcall ConvertFieldNameToJson(System::TObject* AObject, const System::UnicodeString AFieldName)/* overload */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !