JVCL Help:TJvKeyCode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type used internally to code the key direction.

run\JvFullColorCtrls.pas


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.

run\JvFullColorCtrls.pas


Description

You do not need to use this type. It is used internally to code a key to a direction.

run\JvFullColorCtrls.pas


About

Navigation

no pages or subcategories

run\JvFullColorCtrls.pas



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