Skip to content

Delete_Confirmation - cUIObject

Pops up a "Yes/No" confirmation for a delete

Type: Function
Return Data Type: integer

Syntax

Function Delete_Confirmation Returns integer

Call Example

Get Delete_Confirmation to integerVariable

Description

Prompts: Delete this Record?

DEO usage

Set Verify_Delete_Msg to (RefFunc(Delete_Confirmation))

This will most often be used with entry forms and editors that are children of entry forms.

For a full explanation of the Delete_Confirmation function, see the Confirm function.

See Also

Confirm

Return Value

Returns 0 if the confirmation is approved, returns non_zero if the process should be halted