ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
Error 1035: A class used in a structure must have a constructor without parameter...
Error 1036: A class used in an array must have a constructor without parameter
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
Wait (Function)
Temporarily stops the program execution.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
SelectedResource (Property)
The SelectedResource property returns the name of the resource that corresponds to the user's selection in a Scheduler control....
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Ribbon (Property)
The Ribbon property is used to access the Ribbon control of the associated control (Word Processing, PDF Reader, Spreadsheet, Image Editor, HTML Editor or Diagram Editor controls).
HelpNumber (Property)
The HelpNumber property is used to identify and modify the help number associated with a control.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....