ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Adds an Internet address into the list of favorites for the Web user.
Caution: This operation operates on the Internet Explorer browsers only.
Example
// Adds the favorite
IF Position(BrowserName(), "Netscape") = 0 THEN
AddFavorite("PC SOFT, WEBDEV editor", "www.WINDEV.com")
END
Syntax
AddFavorite(<Title> , <Internet address>)
<Title>: Character string
Title of the favorite visible in the "Favorites" menu of Internet Explorer.
<Internet address>: Character string
Internet address of the favorite. This address can be:
  • an IP address in http://xxx.xxx.xxx.xxx format
  • a URL (http://www.windev.com/webdev/ for example/)
Component: WDJS.DLL
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment