System.Classes.TShortCut

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Classes.TShortCut&oldid=703144"