FMX.Controls.TTextControl.GetAcceleratorChar

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

Delphi

function GetAcceleratorChar: Char;

C++

System::WideChar __fastcall GetAcceleratorChar();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl


説明

レシーバー オブジェクトのキーボード アクセラレータとして動作する文字キーを返します。

FMX.Controls.TTextControl.GetAcceleratorChar は FMX.AcceleratorKey.IAcceleratorKeyReceiver.GetAcceleratorChar を継承しています。以下の内容はすべて FMX.AcceleratorKey.IAcceleratorKeyReceiver.GetAcceleratorChar を参照しています。

レシーバー オブジェクトのキーボード アクセラレータとして動作する文字キーを返します。

関連項目