TdxAlertWindowCaptionButton Enum
Enumerates an alert window‘s caption buttons.
#Declaration
TdxAlertWindowCaptionButton = (
awcbDropdown,
awcbPin,
awcbClose
);
#Members
Name |
---|
awcb
|
awcb
|
awcb
|
#Remarks
Values include:
Value | Description |
---|---|
awcb |
The Dropdown button. Clicking it invokes the popup menu assigned via the Options |
awcb |
The Pin button. Clicking this button switches the Pinned property value. |
awcb |
The Close button. Clicking it calls an alert window’s Close method. |