ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Slider control (in a window)
A slider control is used to select a value between two bounds......
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
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......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
ERR_BAD_VERSION_RQS
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
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......
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
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......
Action functions
The following functions are used to manage actions:...
14. Report templates
...Report templates are used to easily standardize report layouts....
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
Error 26: No END statement is associated with this THEN
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
<Array>.Count (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....
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Glossary
The glossary lists all the abbreviations used in the code editor......
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......