void=dbDeleteBookmark(name: string)
The function deletes a bookmark of the given name.
ParametersThe parameter of the function is name, which represents name of the bookmark.
Example - Director
global ado
ado.dbDeleteBookmark("test1")
Example - AuthorwareCallObject(ado; "dbDeleteBookmark","test1")