Data.DBXJSONReflect.TMarshalUnmarshalBase.ComposeKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TMarshalUnmarshalBase

Description

Used in dictionary lookups.

The ComposeKey method represents a static function for key generation used in dictionary lookups.

Note: The method returns a dictionary key.

See Also