Data.Bind.ObjectScope.TBindFieldDef.MakeKey

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindFieldDef


説明

パラメータを大文字で返します。

protected メソッド MakeKey は、指定されたパラメータを大文字で返します。

  • パラメータ AName は、パラメータ名を示します。

関連項目