TdxAlertWindowManager.WindowMaxCount Property
Specifies the number of simultaneously visible alert windows.
Declaration
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