Vcl.ActnMenus.TCustomActionMainMenuBar.WMKeyDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMKeyDown(var Message: TWMKeyDown); message WM_KEYDOWN;

C++

HIDESBASE MESSAGE void __fastcall WMKeyDown(Winapi::Messages::TWMKey &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMainMenuBar

Description

Responds to the WM_KEYDOWN control message.

WMKeyDown responds to the WM_KEYDOWN control message and is called when one of the RIGHT ARROW, LEFT ARROW, UP ARROW, DOWN ARROW keys is pressed.