Data.Bind.ObjectScope.TBindFieldDef.MakeKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the parameter in upper case.

The protected method MakeKey returns the given parameter in upper case.

  • The AName parameter indicates the parameter name.

See Also