Vcl.ComCtrls.THotKey

Delphi
THotKey = class(TCustomHotKey)
C++
class PASCALIMPLEMENTATION THotKey : public TCustomHotKey
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
THotKey is a wrapper for a Windows Common Control hot key.
THotKey implements the generic behavior introduced in TCustomHotKey. THotKey publishes many of the properties inherited from TCustomHotKey, but does not introduce any new behavior.
Use THotKey to create key combinations that can be used as a shortcut.