JVCL Help:TJvScrollTextDirection

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates ways text can scroll on a control.

run\JvScrollText.pas


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.

run\JvScrollText.pas


Description

Use the TJvScrollTextDirection type to specify how text should scroll on a control.

run\JvScrollText.pas


About

Navigation

no pages or subcategories

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