ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Java functions
List of Java functions...
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
1. Project and analysis
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
14. Report templates
...Report templates are used to easily standardize report layouts....
Action functions
The following functions are used to manage actions:...
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
ERR_BAD_VERSION_RQS
Error 26: No END statement is associated with this THEN