Skip to content

RequestDeleteExec - cWebList

Performs the second half of a DD delete row operation which was started by Request_Delete/DeleteSelectedRow

Type: Procedure

Syntax

Procedure RequestDeleteExec

Call Example

Send RequestDeleteExec

Description

RequestDeleteExec performs the second part of a Request_Delete/DeleteSelectedRow operation.

It is called directly by DeleteSelectedRow or indirectly by a callback initiated by DeleteSelectedRow. You should not call this directly and it should be augmented with care.

See DeleteSelectedRow for a full description of this process.