RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.scNone Constant

Specifies that none of the Shift, Ctrl or Alt keys were pressed in a short cut menu.

Pascal
scNone = 0;
C++
scNone = 0;

scNone 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!