Data.DBXJSONReflect.TMarshalUnmarshalBase.ComposeKey

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

Delphi

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

C++

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

プロパティ

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

説明

ディクショナリのルックアップに使用されるメソッド。

ComposeKey メソッドは、ディクショナリのルックアップに使用されるキーの生成用の静的関数を表します。

メモ:  そのメソッドは、ディクショナリのキーを返します。

関連項目