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 */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TJSONConverter |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.