RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionControl.Keyed Method

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

Pascal
procedure Keyed; virtual;
C++
virtual __fastcall Keyed();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!