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 mdb
mdb.dbDeleteBookmark("test1")
Example - AuthorwareCallObject(mdb; "dbDeleteBookmark","test1")