JVCL Help:TJvScrollTextDirection
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvScrollTextDirection type
Search in JVCL Help
Search in all projectsSummary
Enumerates ways text can scroll on a control.
Pascal
run\JvScrollText.pas
TJvScrollTextDirection = (
drFromLeft,
drFromRight,
drFromTop,
drFromBottom
);
Members
Members | Description |
drFromLeft | Text is scrolled from left to right. |
drFromRight | Text is scrolled from right to left. |
drFromTop | Text is scrolled from top to bottom. |
drFromBottom | Text is scrolled from bottom to top. |
Description
Use the TJvScrollTextDirection type to specify how text should scroll on a 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