TdxAlertWindowCaptionButton Enum
Enumerates an alert window‘s caption buttons.
Declaration
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