REST.JsonReflect.TJSONConverter.ConvertFieldNameToJson
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 */;
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 !