Skip to main content

TdxAlertWindowOptionsBehavior.DisplayTime Property

Specifies an alert window‘s display time, in milliseconds.

Declaration

property DisplayTime: Cardinal read; write; default dxAlertWindowDefaultDisplayTime;

Property Value

Type Default
Cardinal dxAlertWindowDefaultDisplayTime

Remarks

This property sets the internal timer to display an alert window for the specified time before the window is automatically closed. A 0 assigned to the DisplayTime property indicates that once an alert window is completely shown (the showing animation has finished), it immediately starts to close. You can restart the internal timer for an alert window via its RestartDisplayTimer method call, thus prolonging the display time for the next DisplayTime period.

The default value of the DisplayTime property is specified by the dxAlertWindowDefaultDisplayTime global constant.

See Also