FMX.Menus.TMainMenu.DialogKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DialogKey(var Key: Word; Shift: TShiftState);

C++

void __fastcall DialogKey(System::Word &Key, System::Classes::TShiftState Shift);

Properties

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

Description

Processes a dialog key for every item in the menu.

Do not call DialogKey in an application. It is for internal use only.

See Also