JVCL Help:TJvLabelAppear

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


Summary

Enables the label to fly onto the form.

run\JvBehaviorLabel.pas


Pascal

 run\JvBehaviorLabel.pas
 TJvLabelAppear = class(TJvLabelBehavior);


Description

Use TJvLabelAppear to enable a TJvBehaviorLabel to fly onto the form. The label can be set to appear from the top, right, bottom or left side of the screen. The appearing sequence is handled in a background thread which makes it possible to have multiple labels appearing at the same time.
When the label has appeared, the OnAppeared event is called.
To use TJvLabelAppear capabilities with a TJvBehaviorLabel label, do the following:

Do the following with the properties of property BehaviorOptions:

  • Use AppearFrom to specify the direction from which the label is to appear.
  • SetDelay to an interval in milliseconds before the label starts appearing.
  • SetInterval to an interval in milliseconds between two moves of the label.

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