JVCL Help:TJvTFAutoScrollDir

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines a type used to determine the current auto-scroll direction.

run\JvTFDays.pas


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.

run\JvTFDays.pas


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.

run\JvTFDays.pas


About

Navigation

no pages or subcategories

run\JvTFDays.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