JVCL Help:TJvApplicationHotKey
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvApplicationHotKey Class
[+] JvAppHotKey.pas Classes
[+] TJvApplicationHotKey Events
[+] TJvApplicationHotKey Fields
[+] TJvApplicationHotKey Methods
[+] TJvApplicationHotKey Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvApplicationHotKey
run\JvAppHotKey.pas
Summary
Registers a system wide hot key combination.
Pascal
run\JvAppHotKey.pas
TJvApplicationHotKey = class(TJvComponent);
Description
- JVCLInfo
The TJvApplicationHotKey components allows you to register a system wide hot key combination. When the key combination is pressed an event is generated.
To use this component you should:
- Drop a TJvApplicationHotKey component on a form or data module.
- Assign a uniquehot key combination to the component.
- Assign a handler to the notification event.
- You may assign a handler to OnHotKeyRegisterFailed to respond when the registration of the hotkey combination failed.
- Activate the component by setting property Active to true.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page