RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.scAlt Constant

Specifies that the Alt key was pressed in a short cut menu.

Pascal
scAlt = $8000;
C++
scAlt = 0x8000;

Classes

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. 

 

scCtrl 

scNone 

scShift 

ShortCut 

TShortCut

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