Skip to content

Std requesters proceed

std:std.requesters.Proceed

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

Activates a modal Yes/No/Cancel dialog.

Proceed activates a simple modal dialog requesting the user to select between Yes, No and Cancel options. If the user selects Yes, then Proceed return 1. If the user selects No, then Proceed returns 0. Otherwise, Proceed returns -1.