JVCL Help:TJvCustomInspectorItem.DoDropDownKeys
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.DoDropDownKeys Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Key handler for the drop down list.
Pascal
procedureDoDropDownKeys(varKey: Word; Shift: TShiftState); virtual;
Parameters
Parameters | Description |
var Key: Word | Description for this parameter |
Shift: TShiftState | Description for this parameter |
Description
DoDropDownKeys handles the editor keys to handle the value list (ie. drop down or accept with Alt+Up/Down, accept on Enter or cancel on Escape).
DoDropDownKeys is called from Edit_WndProc when the item has a value list and a key has been pressed.
See Also
TJvCustomInspectorItem.Edit_WndProc
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