void=dbDelete()
The function cancels the actual record in the database. The table has to be opened using the functuion dbOpenTable.

Parameters
There are no parametres in this function.

Example - Director
global mdb
mdb.dbDelete()

Example - Authorware
CallObject(mdb; "dbDelete")