RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.scShift Constant

Specifies that the Shift was pressed in a short cut menu.

Pascal
scShift = $2000;
C++
scShift = 0x2000;

Classes

scShift is principally used in the TShortCut value used by routines such as ShortCut. ShortCut is used to generate short cut menus at run time. 

 

scAlt 

scCtrl 

scNone 

ShortCut 

TShortCut

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