Request_Delete - dbGrid_
Determines if the current record of the server of the object is deleted
Type: Procedure
Syntax
Procedure Request_Delete
Call Example
Send Request_Delete
Description
If batch_state is false, Request_delete deletes the current record of the server of this object, if any. Uses verify_delete to confirm the action. If batch_state is true, sends toggle_shadow. Otherwise, if server is non-zero, sends request_delete to server. If delete was successful, removes the current row from the list, regenerating the page if necessary. Sent by kdelete_record. Sends can_delete and acts only if true is returned.