JVCL Help:TJvAnimTitle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAnimTitle Class
[+] JvAnimTitle.pas Classes
[+] TJvAnimTitle Methods
[+] TJvAnimTitle Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvAnimTitle
run\JvAnimTitle.pas
Summary
Caption animation component.
Pascal
run\JvAnimTitle.pas
TJvAnimTitle = class(TJvComponent);
Description
- JVCLInfo
TJvAnimTitle is a component to provide an animated form caption. The component handles two things:
- Animate the caption (the caption appears character by character and then disappears).
- Allow the caption to blink x time after the caption has appeared.
To use this component you should:
- Construct a TJvAnimTitle instance at run-time.
- Set the Title to the title to display (by default set to the forms Caption. Changes to the formsCaption are not mirrored in this property).
- Set the delay between two animation steps.
- Optionally set Blink to the number of blinks after the title is fully displayed or leave it at 0if you don't want the caption to blink.
- Activate the component by setting property Enabled to true.
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