ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
CurrentDay( Function)
Returns the number of the current day in the current month.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
PDFPassword (Function)
Protects a PDF document with a password.
Using several libraries in an application
A library is a WDL file that contains all the resources......
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
PDFSign (Function)
Applies an approval signature to an existing PDF.
<Variable pdfDocument>Sign (Function)
Applies an approval signature to an existing PDF.
PDFToText (Function)
Extract the text contained in an Document PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Feedback component
The Feedback component is a component provided with WINDEV......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Customizing the User Groupware
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Description (Property)
The Description property is used to get and change the page description.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...