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

TdxAlertWindowCaptionButton Enum

Enumerates an alert window‘s caption buttons.

#Declaration

Delphi
TdxAlertWindowCaptionButton = (
    awcbDropdown,
    awcbPin,
    awcbClose
);

#Members

Name
awcbDropdown
awcbPin
awcbClose

#Remarks

Values include:

Value Description
awcbDropdown The Dropdown button. Clicking it invokes the popup menu assigned via the OptionsCaptionButtons.PopupMenu property.
awcbPin The Pin button. Clicking this button switches the Pinned property value.
awcbClose The Close button. Clicking it calls an alert window’s Close method.
See Also