JVCL Help:TJvTFAutoScrollDir
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFAutoScrollDir type
Search in JVCL Help
Search in all projectsSummary
Defines a type used to determine the current auto-scroll direction.
Pascal
run\JvTFDays.pas
TJvTFAutoScrollDir = (
asdUp,
asdDown,
asdLeft,
asdRight,
asdNowhere
);
Members
Members | Description |
asdUp | Control should scroll up. |
asdDown | Control should scroll down. |
asdLeft | Control should scroll to the left. |
asdRight | Control should scroll to the right. |
asdNowhere | Control should not scroll. |
Description
This type is used internally by the TJvTFDays component to determine the auto-scroll to perform when an item is dragged beyond any of the edges of the control.
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