JVCL Help:TJvKeyCode
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvKeyCode type
Search in JVCL Help
Search in all projectsSummary
Type used internally to code the key direction.
Pascal
run\JvFullColorCtrls.pas
TJvKeyCode = (
kcLeft,
kcRight,
kcUp,
kcDown
);
Members
Members | Description |
kcLeft | Move the cursor one pixel left. |
kcRight | Move the cursor one pixel right. |
kcUp | Move the cursor one pixel up. |
kcDown | Move the cursor one pixel down. |
Description
You do not need to use this type. It is used internally to code a key to a direction.
About
no pages or subcategories
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