REST.JsonReflect.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
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TMarshalUnmarshalBase

Description

The ComposeKey method generates a key which is used in dictionary lookups.

See Also