DeleteConfirmation - cWebBaseDEOServer

Default delete confirmation message

Type: Procedure

Parameters: Handle hmCallBack

ParameterDescription
hmCallBackHandle to callback procedure that can be passed into ShowYesNo / ShowYesNoCancel and it will execute the delete if yes is clicked.


Syntax
Procedure DeleteConfirmation Handle hmCallBack

Call: Send DeleteConfirmation hmCallBack


Description

This is the default delete confirmation message. You can use Verify_Delete_Msg to specify a custom delete confirmation message to use instead or to turn off the delete confirmation.

hmCallBack is a Handle to a callback procedure that can be passed into ShowYesNo / ShowYesNoCancel and it will execute the delete if yes is clicked.