JVCL Help:TJvDesktopAlertOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDesktopAlertOption type
Search in JVCL Help
Search in all projectsSummary
Specifies the behavior of a TJvDesktopAlert window.
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. |
Description
TJvDesktopAlertOption is the type of the Options property of a TJvDesktopAlert.
See Also
About
no pages or subcategories
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