Data.Bind.ObjectScope.TBindFieldDef.MakeKey

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function MakeKey(const AName: string): string; static;

C++

static System::UnicodeString __fastcall MakeKey(const System::UnicodeString AName);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindFieldDef


Description

Renvoie le paramètre en majuscules.

La méthode protégée MakeKey renvoie le paramètre donné en majuscules.

  • Le paramètre AName indique le nom du paramètre.

Voir aussi