ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
dbgInfo (Function)
Returns a debug information.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Various constants
List of various constants used by the constants WINDEV functions....
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
LockAppPassword (Function)
Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn).
LockAppOn (Function)
Locks a WINDEV application.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.