Public Function ConfirmDelete (
Optional PrintAbandonMsg As Boolean = True
) As Boolean
Simple confirmation using "delete"
Notify if the confirmation failed
Dim b As Boolean
b = xf.Interact.ConfirmDelete()
b = xf.Interact.ConfirmDelete(PrintAbandonMsg)
Dim b as Boolean
b = ConfirmYes()