REST.JsonReflect.TJSONConverter.ConvertFieldNameToJson

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!