JVCL Help:TJvLabelBlink

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


Summary

Enables the label to blink.

run\JvBehaviorLabel.pas


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:

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.

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