Popup::ContinueCancel — Dialog which displays the "message" and has a <b>Continue</b> and a <b>Cancel</b> button.
Import Popup;
boolean Popup::ContinueCancel (
)
message string
This popup should be used to confirm possibly dangerous actions. The default button is Continue. Returns true if Continue is clicked.
Popup::ContinueCancel ( "Please insert required CD-ROM." );