JVCL Help:TJvDesktopAlertPosition
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDesktopAlertPosition type
Search in JVCL Help
Search in all projectsSummary
Specifies the possible placements of a desktop alert window.
Pascal
run\JvDesktopAlert.pas
TJvDesktopAlertPosition = (
dapTopLeft,
dapTopRight,
dapBottomLeft,
dapBottomRight,
dapCustom,
dapDesktopCenter,
dapMainFormCenter,
dapOwnerFormCenter,
dapActiveFormCenter,
dapMainFormTopLeft,
dapMainFormTopRight,
dapMainFormBottomLeft,
dapMainFormBottomRight,
dapOwnerFormTopLeft,
dapOwnerFormTopRight,
dapOwnerFormBottomLeft,
dapOwnerFormBottomRight,
dapActiveFormTopLeft,
dapActiveFormTopRight,
dapActiveFormBottomLeft,
dapActiveFormBottomRight
);
Members
Members | Description |
dapTopLeft | If multiple alert windows are displayed, they are stacked such that the oldest window is always at the top. |
dapTopRight | If multiple alert windows are displayed, they are stacked such that the oldest window is always at the top. |
dapBottomLeft | If multiple alert windows are displayed, they are stacked such that oldest window is always at the bottom. |
dapBottomRight | If multiple alert windows are displayed, they are stacked such that the oldest window is always at the bottom. |
dapCustom | This mode is not stacked. |
dapDesktopCenter | No adjustment is done for multiple monitors. This mode is not stacked. |
dapMainFormCenter | If the application doesn't have a main form, this mode works the same as dapDesktopCenter. This mode is not stacked. |
dapOwnerFormCenter | If Owner is not a TCustomForm, this mode works the same as dapDesktopCenter. This mode is not stacked. |
dapActiveFormCenter | If the application doesn't have an active form, this mode works the same as dapDesktopCenter. This mode is not stacked. |
dapMainFormTopLeft | Description for dapMainFormTopLeft |
dapMainFormTopRight | Description for dapMainFormTopRight |
dapMainFormBottomLeft | Description for dapMainFormBottomLeft |
dapMainFormBottomRight | Description for dapMainFormBottomRight |
dapOwnerFormTopLeft | Description for dapOwnerFormTopLeft |
dapOwnerFormTopRight | Description for dapOwnerFormTopRight |
dapOwnerFormBottomLeft | Description for dapOwnerFormBottomLeft |
dapOwnerFormBottomRight | Description for dapOwnerFormBottomRight |
dapActiveFormTopLeft | Description for dapActiveFormTopLeft |
dapActiveFormTopRight | Description for dapActiveFormTopRight |
dapActiveFormBottomLeft | Description for dapActiveFormBottomLeft |
dapActiveFormBottomRight | Description for dapActiveFormBottomRight |
Description
TJvDesktopAlertPosition is the type of the Position property of the TJvDesktopAlertLocation class. TJvDesktopAlertLocation is the type of the Location property of a TJvDesktopAlert component.
See Also
TJvDesktopAlert, TJvDesktopAlertLocation
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