void=dbDelete()
The function cancels the actual record in the database. The table has to be opened using the functuion dbOpenTable.
ParametersThere are no parametres in this function.
Example - Director
global mdb
mdb.dbDelete()
Example - AuthorwareCallObject(mdb; "dbDelete")