System.Classes.TShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TShortCut = Low(Word)..High(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.

See Also