Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindowOptionsBehavior.DisplayTime Property

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

#Declaration

Delphi
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