Skip to main content
A newer version of this page is available. .

TdxAlertWindowManagerOptionsAnimate Class

Contains the animation, hot-track, and transparency settings of alert windows created by an alert window manager.

Declaration

TdxAlertWindowManagerOptionsAnimate = class(
    TdxAlertWindowOptionsAnimate
)

Remarks

This class extends its ancestor class with the CollapseEmptySlots and CollapseEmptySlotsAnimationTime properties that enable alert windows to automatically move into empty slots that appear after closing other alert windows, with animation. These properties are exclusive to an alert window manager and are not assigned to the newly created alert windows.

A TdxAlertWindowManagerOptionsAnimate object is referenced via an alert window manager’s OptionsAnimate option set.

See Also