JVCL Help:TJvLabelSpecial
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLabelSpecial Class
[+] JvBehaviorLabel.pas Classes
[+] TJvLabelSpecial Methods
[+] TJvLabelSpecial Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvLabelBehavior
TJvLabelSpecial
run\JvBehaviorLabel.pas
Summary
Enables the label to displays a small animation for each letter.
Pascal
run\JvBehaviorLabel.pas
TJvLabelSpecial = class(TJvLabelBehavior);
Description
Use TJvLabelSpecial to show a label that displays a small animation for each letter. Initially the label is empty, then the first letter changes until it is set to the correct letter; then the second letter changes, and so on, until the last letter from the caption is set, and the label text is equal to the string specified by Text.
To use TJvLabelSpecial capabilities with a TJvBehaviorLabel label, do the following:
- Drop a TJvBehaviorLabel on a form.
- SetBehavior to 'Special'.
Do the following with the properties of property BehaviorOptions:
- Set property Text at runtime to start the animation.
- Use Interval to specify the interval between animation events.
- 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