JVCL Help:TJvDesktopAlert

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomDesktopAlert
TJvDesktopAlert
run\JvDesktopAlert.pas


Summary

Displays a window with a message that is automatically hidden after a specified time.

run\JvDesktopAlert.pas


Pascal

 run\JvDesktopAlert.pas
 TJvDesktopAlert = class(TJvCustomDesktopAlert);


Description

  1. JVCLInfo

Use TJvDesktopAlert when you need to display information to your users in an unobtrusive way. The TJvDesktopAlert component displays a window with a message that fades away after a predefined amount of time. The window can, apart from the message, also display a drop-down menu, an icon and any number of custom buttons.

run\JvDesktopAlert.pas


About

Navigation

run\JvDesktopAlert.pas


Notes

TJvDesktopAlert uses alpha blending to perform the fade in and fade out effect. Alpha blending is only available on Windows 2000 and Windows XP and above. For earlier versions of Windows, the window is displayed without fading.

run\JvDesktopAlert.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