REST.JsonReflect.TJSONConverter.ConvertFieldNameToJson

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONConverter

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。