JVCL Help:TJvLabelTyping
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLabelTyping Class
[+] JvBehaviorLabel.pas Classes
[+] TJvLabelTyping Methods
[+] TJvLabelTyping Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvLabelBehavior
TJvLabelTyping
run\JvBehaviorLabel.pas
Summary
Behavior that types the characters in the label letter by letter.
Pascal
run\JvBehaviorLabel.pas
TJvLabelTyping = class(TJvLabelBehavior);
Description
TJvLabelTyping types the characters in the label letter by letter, simulating the typing of a human being.
To use TJvLabelTyping capabilities with a TJvBehaviorLabel label, do the following:
- Drop a TJvBehaviorLabel on a form.
- SetBehavior to 'Typing'.
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 effect.
About
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