Name
Popup::ContinueCancelHeadline —
Dialog which displays the "message" and has a <b>Continue</b>
and a <b>Cancel</b> button.
Synopsis
Import Popup;
boolean
Popup::ContinueCancelHeadline
( |
string
| headline
, |
|
string
| message
) ; |
Parameters
-
string
headline
short headline or Popup::NoHeadline()
-
string
message
message string
Description
This popup should be used to confirm possibly dangerous actions and if
it's useful to display a short headline (without headline
Popup::ContinueCancel() can be used).
The default button is Continue.
Returns true if Continue is clicked.