Vcl.Menus.ShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShortCut(Key: Word; Shift: TShiftState): TShortCut;

C++

extern DELPHI_PACKAGE System::Classes::TShortCut __fastcall ShortCut(System::Word Key, System::Classes::TShiftState Shift);

Properties

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

Description

Returns an instance of TShortCut that represents the combination of the specified key code and the specified combination of modifier keys.

See Also

Code Examples