CreateBookMark method

[method icon] CreateBookMark(szName$, szBookmark$)

>CreateBookMark

CreateBookMark

The CreateBookMark(name, bookmark) method presents the user with the Bookmark dialog. The first parameter specifies the name of the bookmark; the second parameter is the string that will be passed to KCML in the application command line when the new bookmark is selected. CreateBookmark returns FALSE if the user cancels the operation.

 REM Prompt the user to create a bookmark with the default name of 'Bookmark Name'
 REM which will pass 'APPLICATION_BOOKMARK' on the command line.
 bCreatedBookmark = client.CreateBookMark("Bookmark Name", "APPLICATION_BOOKMARK")
See also:

BrandSplash, CameraCapture, ClearDirectoryWatchEvent, DisplayScreen, EmptyClientCache, EnableUserPreferences, EnableWarnings, FireServiceEvent, ForceDefaultFont, ForceReadableTextMode, FTPGet, FTPPut, GetForms, GetServiceAttribute, GetServiceCookie, GetSpecialFolderPath, HTTPGet, OpenServiceWindow, PlaySoundFile, SetCharacterEncoding, SetDefaultIMEMode, SetDirectoryWatchEvent, SetPrinterFontName, SetPrinterFontSize, SetPrinterPort, SetServiceAttribute, SetServiceCaption, SetServiceConnection, SetServiceCookie, SetServiceUrl, SetThrottle, ShowSIP