Skip to content

DeleteConfirmation - cWebBaseDEOServer

Default delete confirmation message

Type: Procedure

Parameters

Parameter Type Description
hmCallBack Handle Handle 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 Example

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.