GetRetryCancel
The GetRetryCancel function displays a message in a standard Windows message box containing [Retry] and [Cancel] buttons. Use this dialog to query how to proceed after an error occurs.
|
|
bSuccess = GetRetryCancel( string ) where |
string is the message to display and may
contain multiple lines.
bSuccess is the value returned by the dialog.
The [Retry] button returns
true,[Cancel] returns false.