std:std.requesters.Confirm
Activates a modal Yes/No dialog.
Confirm activates a simple modal dialog requesting the user to select between Yes and No options. If the user selects Yes, then Confirm returns true. Otherwise, false is returned.