FMX.Menus.IFMXMenuService.ShortCutToKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShortCutToKey(ShortCut: TShortCut; var Key: Word; var Shift: TShiftState);

C++

virtual void __fastcall ShortCutToKey(System::Classes::TShortCut ShortCut, System::Word &Key, System::Classes::TShiftState &Shift) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus IFMXMenuService

Description

Gives a shortcut, fills Key with the code of the main key of the shortcut, and fills Shift with the combination of modifier keys of the shortcut, if any.

See Also