ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Handling menu options programmatically
The menu options can be handled......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
The Edit control
The Edit control allows users to enter data......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
PDFReaderSave (Function)
Saves the content of a PDF Reader to a file.
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
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.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.