Vcl.ComCtrls.THotKey

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.TCustomHotKeyVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTHotKey

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.

See Also