JVCL Help:TJvDirectoryEdit.OnKeyDown
From Project JEDI Wiki
JVCL Help: TJvDirectoryEdit.OnKeyDown Property
[+] TJvDirectoryEdit Fields
[+] TJvDirectoryEdit Methods
[+] TJvDirectoryEdit Properties
Search in JVCL Help
Search in all projectsContents |
[edit] Summary
Occurs when a user presses any key while the control has focus.
[edit] Pascal
propertyOnKeyDown: TKeyEvent;
[edit] Description
Use the OnKeyDown event handler to specify special processing to occur when a key is pressed. The OnKeyDown handler can respond to all keyboard keys, including function keys and keys combined with the Shift, Alt, and Ctrl keys, and pressed mouse buttons.
[edit] See Also
TJvCustomComboEdit.OnButtonClick
[edit] About
[edit] 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
