Vcl.ActnMan.TCustomActionControl.Keyed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Keyed; virtual;

C++

virtual void __fastcall Keyed();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Executes the control's function in response to a keyboard action.

Use Keyed to execute the control's function in response to a user request from the keyboard, as opposed to a mouse click. Usage data, which is used to determine whether a control is used frequently enough to be shown by default, is updated as well.

See Also