JVCL Help:TJvApplicationHotKey.OnHotKeyRegisterFailed

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the registration of a hot key combination failed.


Pascal

 TJvHotKeyRegisterFailed = procedure (Sender: TObject; varHotKey: TShortCut) ofobject;
propertyOnHotKeyRegisterFailed: TJvHotKeyRegisterFailed;


Parameters

Parameters Description
HotKey Specifies a new hot key combination.
Sender The object that triggered the event.


Description

Write an OnHotKeyRegisterFailed event handler to respond when the registration of a hot key combination failed. The registration fails if the keystrokes specified for the hot key have already been registered by another application. Change the HotKey parameter to a new combination to try to register this new combination. By not changing HotKey you cancel the registration attempt for this hot key.


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