REST.JsonReflect.TMarshalUnmarshalBase.ComposeKey

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TMarshalUnmarshalBase


Description

La méthode ComposeKey génère une clé qui est utilisée dans le cadre d'interrogations de dictionnaire.

Voir aussi