Vcl.Ribbon.TCustomRibbon.WMGetDlgCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMGetDlgCode(var Message: TWMGetDlgCode); message WM_GETDLGCODE;

C++

MESSAGE void __fastcall WMGetDlgCode(Winapi::Messages::TWMNoParams &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Automatically sent when a keyboard input is sent to a ribbon control.

WMGetDlgCode is automatically called when a keyboard input (the direction keys, in this case) is sent to a ribbon control.