RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.IsShortCut Method

Evaluates an input key combination to determine whether it is a shortcut.

Pascal
function IsShortCut(var Message: TWMKey): Boolean;
C++
__fastcall Boolean IsShortCut(TWMKey Message);

IsShortCut returns True if the key combination given in Message is a shortcut, or False otherwise. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!