Skip to main content

TdxAlertWindowManager.OnInitialize Event

Enables you to customize an alert window‘s options and contents before this window is shown on screen via the Show method call.

Declaration

property OnInitialize: TdxAlertWindowManagerNotifyEvent read; write;

Remarks

This event is fired after the alert window manager has fully initialized an alert window with default settings, before calculating the window size and pop-up position and making this window visible on screen. For more information on initialized window settings, refer to the TdxAlertWindowManager.Show method description.

Sender specifies the alert window manager.

AAlertWindow specifies the alert window being initialized.

Note

The OnInitialize event is fired before the OnBeforeShow event.

See Also