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

TdxAlertWindowManager.WindowMaxCount Property

Specifies the number of simultaneously visible alert windows.

#Declaration

Delphi
property WindowMaxCount: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Use this property to limit the number of alert windows that are simultaneously visible on screen. New alert windows, created after the specified limit is reached, will not be shown until one of the visible windows is closed or hidden.

A 0 assigned to the WindowMaxCount property indicates that the limit is not set.

The default value of the WindowMaxCount property is 0.

See Also