Skip to content

Line_Delete_Confirmation - cUIObject

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

Type: Function
Return Data Type: Integer

Syntax

Function Line_Delete_Confirmation Returns Integer

Call Example

Get Line_Delete_Confirmation to IntegerVariable

Description

Prompts: Delete this Line?

DEO usage

Set Verify_Delete_Msg to GET_Line_Delete_Confirmation

This would be used with grids and editors that are children of grids.

For a full explanation of the Line_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