JVCL Help:TJvLabelAppear
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLabelAppear Class
[+] JvBehaviorLabel.pas Classes
[+] TJvLabelAppear Methods
[+] TJvLabelAppear Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvLabelBehavior
TJvLabelAppear
run\JvBehaviorLabel.pas
Summary
Enables the label to fly onto the form.
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:
- Drop a TJvBehaviorLabel on a form.
- SetBehavior to 'Appearing'.
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.
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