void=dbGetBookmarks()
The function gives a list of defined bookmarks in the Abstract Data Types format ["name1", "name2", "name3", ....]
ParametersThere are no parametres in this function.
Example - Director
global mdb
listBookmarks=mdb.dbGetBookmarks()
Example - AuthorwarelistBookmarks:=CallObject(mdb,"dbGetBookmarks")