JVCL Help:TJvLabelBlink
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLabelBlink Class
[+] JvBehaviorLabel.pas Classes
[+] TJvLabelBlink Methods
[+] TJvLabelBlink Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvLabelBehavior
TJvLabelBlink
run\JvBehaviorLabel.pas
Summary
Enables the label to blink.
Pascal
run\JvBehaviorLabel.pas
TJvLabelBlink = class(TJvLabelBehavior);
Description
TJvLabelBlink enables a TJvBehaviorLabel to blink.
To use TJvLabelBlink capabilities with a TJvBehaviorLabel label, do the following:
- Drop a TJvBehaviorLabel on a form.
- SetBehavior to 'Blinking'.
Do the following with the properties of property BehaviorOptions:
- SetActive to True to to let the label blink.
- Set the property Delay (in milliseconds) to determine the time the label is invisible during blinking.
- Set the property Interval (in milliseconds) to determine the time the label is visible during blinking.
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