Specifies that the Alt key was pressed in a short cut menu.
scAlt = $8000;
scAlt = 0x8000;
scAlt is principally used in the TShortCut value used by routines such as ShortCut. ShortCut is used to generate short cut menus at run time.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|