Back to Devexpress

TdxAlertWindow.Pinned Property

vcl-dxalertwindow-dot-tdxalertwindow-d4ce3339.md

latest1.9 KB
Original Source

TdxAlertWindow.Pinned Property

Determines whether or not the current alert window is pinned.

Declaration

delphi
property Pinned: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

A pinned window is not automatically closed since its internal display timer set via the OptionsBehavior.DisplayTime property is disabled. The window stays visible on screen until one of the following occurs:

To pin an alert window, set its Pinned property to True. End-users can switch the pinned state by clicking the Pin caption button. Once an alert window is unpinned, its internal display timer is enabled and set for the OptionsBehavior.DisplayTime period.

The default value of the Pinned property is False.

See Also

TdxAlertWindow.RestartDisplayTimer

TdxAlertWindow Class

TdxAlertWindow Members

dxAlertWindow Unit