Verify_Delete - cDbCJGrid
Sends the Verify_Delete_msg message when user action causes the program to get this functio
Type: Function
Return Data Type: Integer
Syntax
Function Verify_Delete Returns Integer
Call Example
Get Verify_Delete to IntegerVariable
Description
The Verify_Delete function sends the Verify_Delete_msg message when user action causes the program to get this function.
That message displays the verification prompt and processes user response to it. If the user responds to allow the deletion, this function returns zero (0) and the requested action proceeds; all non-zero responses result in the request being cancelled and the state of the program is restored to that immediately before the action was requested. Intended to be sent anywhere a delete may occur.
Sent by Request_Delete.
Return Value
If users respond to verify the deletion, this function returns zero (false) and the requested action proceeds; all other responses result in a return value of true