Skip to content

Std requesters confirm

std:std.requesters.Confirm

Function Confirm:Bool( title:String,text:String,serious:Bool=false )#

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.