REST.JsonReflect.TMarshalUnmarshalBase.ComposeKey

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

Delphi

class function ComposeKey(clazz: TClass; Field: string): string; overload;

C++

__classmethod System::UnicodeString __fastcall ComposeKey(System::TClass clazz, System::UnicodeString Field)/* overload */;

プロパティ

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


説明

ComposeKey メソッドは、ディクショナリ ルックアップで使用されるキーを生成します。

関連項目