Vcl.Touch.Keyboard.TKeyCaptions.HasCaption

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

Delphi

function HasCaption(const AName: string; const ALanguage: string = ''): Boolean;

C++

bool __fastcall HasCaption(const System::UnicodeString AName, const System::UnicodeString ALanguage = System::UnicodeString());

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TKeyCaptions

説明

特定の言語に対してキーにキャプションがある場合は True を返します。

HasCaption メソッドを使用して、特定の言語に対してキーにキャプションをつけるかどうかを決定します。

AName パラメータは、検索が行われた後のキーを表します。

ALanguage パラメータは、キーにキャプションをつけるか否かの決定を行う言語を表します。ALanguage パラメータはオプションで、空の文字列に をデフォルトで設定します。

関連項目