ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Map>.GetJSObject (Function)
Returns the instance of the API of Map control.
MapGetJSObject (Function)
Returns the instance of the API of Map control.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via AJAX according to the progress of this process.
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
NotificationDisplay (Function)
Displays a message outside the browser.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
Global and local variable
Two types of variables are available...
GPSGetPosition (Function)
Retrieves information about the current device position.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
CookieRead (Example)
Usage example of the CookieRead function
CookieWrite (Example)
Usage example of the CookieWrite function
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application.
WebAddress (Variable type)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via AJAX.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector...
ChangeTarget (Function)
Changes the target of a button action.
Data-bound report
A data-bound report is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ...
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
WLanguage procedure called by SelectColor
Browser WLanguage procedure ("callback") executed by SelectColor when the color selection popup is closed.
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable...
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page...
Reset (Function)
Reinitializes:
  • all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows).
  • the controls found in a group of controls, a supercontrol, an internal window or an internal page.
Report based on a query
Queries are used to easily select records in one or more data files...
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view...
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area...
AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls...
1
2