Data.DBXJSONReflect.TMarshalUnmarshalBase.ComposeKey
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TMarshalUnmarshalBase |
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 */;
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.