System.Classes.TShortCut
Delphi
type TShortCut = Word;
C++
typedef System::Word TShortCut;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
TShortCut defines a data type that can hold the representation of a key combination or shortcut, that is, of a main key and optionally one or more modifier keys, such as SHIFT
or ALT
.
See Representing Keys and Shortcuts to learn how to create an instance of TShortCut that represents a certain shortcut.