Back to Devexpress

TdxAlertWindowCaptionButton Enum

vcl-dxalertwindow-1119e90f.md

latest1.1 KB
Original Source

TdxAlertWindowCaptionButton Enum

Enumerates an alert window‘s caption buttons.

Declaration

delphi
TdxAlertWindowCaptionButton = (
    awcbDropdown,
    awcbPin,
    awcbClose
);

Members

Name
awcbDropdown
awcbPin
awcbClose

Remarks

Values include:

ValueDescription
awcbDropdownThe Dropdown button. Clicking it invokes the popup menu assigned via the OptionsCaptionButtons.PopupMenu property.
awcbPinThe Pin button. Clicking this button switches the Pinned property value.
awcbCloseThe Close button. Clicking it calls an alert window’s Close method.

See Also

TdxAlertWindowOptionsCaptionButtons.CaptionButtons

dxAlertWindow Unit