ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Customizing the User Groupware
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.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Pop (Function)
Pops an element from a stack.
Dequeue (Function)
Removes an element from the queue.
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
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".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
PDFPassword (Function)
Protects a PDF document with a password.
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.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......