JVCL Help:TJvLabelScroll

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvLabelBehavior
TJvLabelScroll
run\JvBehaviorLabel.pas


Summary

Enables the label to scroll its text.

run\JvBehaviorLabel.pas


Pascal

 run\JvBehaviorLabel.pas
 TJvLabelScroll = class(TJvLabelBehavior);


Description

TJvLabelScroll enables a TJvBehaviorLabel to scroll its text.
To use TJvLabelScroll capabilities with a TJvBehaviorLabel label, do the following:

Do the following with the properties of property BehaviorOptions:

  • Specify the scroll text by setting the property Text.
  • Use Interval to specify the amount of time in milliseconds between scroll events.
  • Use Direction to change the default scroll direction.
  • SetActive to True at design-time, or set this property at run-time to start the scrolling.

run\JvBehaviorLabel.pas


About

Navigation

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