ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
xlsSave (Function)
Saves an XLS document.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Description (Property)
The Description property is used to get and change the page description.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
xlsGetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Constants for managing tiles
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
ERR_BAD_URL
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......