System.Actions.TContainedAction.HandleShortCut

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

Delphi

function HandleShortCut: Boolean; virtual;

C++

virtual bool __fastcall HandleShortCut();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction


説明

ユーザーがショートカットのいずれかを入力した際に、アクションを実行します。

HandleShortCutSystem.Classes.TBasicAction.Execute を呼び出して、関数を実行するアクションを発生させます。HandleShortCut は、System.Classes.TBasicAction.Execute が返す値を返します。

下位クラスは HandleShortCut をオーバーライドして、ユーザーがアクションのショートカット キーを入力した際に、別の方法で応答することができます。