ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
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.
Creating links
Links help users navigate the help system......
Customizing the User Groupware
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
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.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
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.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Report controls
Several types of controls can be handled in a report created by the report editor......
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
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.
<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.
Feedback component
The Feedback component is a component provided with WINDEV......