Data.Bind.ObjectScope.TBindFieldDef.MakeKey

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindFieldDef

Delphi

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

C++

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

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