Vcl.Menus.IsAltGRPressed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsAltGRPressed: Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsAltGRPressed(void);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus Vcl.Menus

Description

Specifies whether AltGR is pressed.

If the AltGR key is pressed on a keyboard that supports the AltGR (right Alt key) layout, then true is returned.

See Also