Skip to content

Request_Delete - cSelectionSource

Performs a DD delete operation

Type: Procedure

Syntax

Procedure Request_Delete

Call Example

Send Request_Delete

Description

Request_Delete performs a delete operation by sending Request_Delete to the object's DataDictionary object (DDO) Server. If the DDO has no current record (nothing to delete), it just returns. An optional delete verification confirmation message may be presented.

Note that this performs a DD Request_Delete operation. Deletes delete the record, deletes child records (if allowed) and updates parent records.

If the delete is successful, the part of the view involved in the delete will be cleared.