Vcl.ActnMenus.TCustomMenuItem.Keyed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Keyed; override;

C++

virtual void __fastcall Keyed();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuItem

Description

Executes the menu item's function in response to a user's keyboard command.

This method is largely identical to the inherited method in TCustomActionControl. Additional actions are taken specifically for TCustomMenuItem objects.

See Also