RequestDeleteExec - cWebList

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

Type: Procedure

Parameters: None

Syntax
Procedure RequestDeleteExec 

Call: 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.