Name

Popup::ContinueCancel — Dialog which displays the "message" and has a <b>Continue</b> and a <b>Cancel</b> button.

Synopsis

Import Popup;
boolean Popup::ContinueCancel ( string  message );

Parameters

string message

message string

Return Value

boolean

Description

This popup should be used to confirm possibly dangerous actions. The default button is Continue. Returns true if Continue is clicked.

Examples

  Popup::ContinueCancel ( "Please insert required CD-ROM." );

Screenshot

See