REST.JsonReflect.TJSONConverter.ConvertFieldNameToJson

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

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.