JVCL Help:TJvDesktopAlertOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the behavior of a TJvDesktopAlert window.

run\JvDesktopAlert.pas


Pascal

 run\JvDesktopAlert.pas
 TJvDesktopAlertOption = (
daoCanClick,
daoCanMove,
daoCanMoveAnywhere,
daoCanClose
);
TJvDesktopAlertOptions = setof TJvDesktopAlertOption;


Members

Members Description
daoCanClick If true, the message text in the window is hot-tracked, like a HTML link.
daoCanMove Determines whether the user is allowed to move the TJvDesktopAlert window.
daoCanMoveAnywhere To set this to true, daoCanMove must also be true.
daoCanClose Determines whether a close button is displayed on the TJvDesktopAlert and whether pressing Alt+F4 closes it.

run\JvDesktopAlert.pas


Description

TJvDesktopAlertOption is the type of the Options property of a TJvDesktopAlert.

run\JvDesktopAlert.pas


See Also

TJvDesktopAlert

run\JvDesktopAlert.pas


About

Navigation

no pages or subcategories

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