ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date (Variable type)
The Date type is used to easily manipulate dates...
<Date type>.ToDay (Function)
Returns the day corresponding to a given date.
Time and date management properties
List of properties for managing dates and times
<Date type>.ToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
DateToDay (Function)
Returns the day corresponding to a given date.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page...
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
LastDayOfYear (Function)
Returns the date of the last day of the year.
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
The "Analysis" pane
The "Analysis" pane lists......
Environment of the window editor
The main elements of window editor are as follows:
Environment of the project editor
The main elements of the project editor are as follows:
General environment of WINDEV
Environment of the report editor
Environment of the report editor...
Environment of the query editor
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated...
NFC functions
Functions used to manage the NFC standard...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
NFCSendTag (Function)
Sends a NFC tag to another device.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
3. Application development cycle
Development cycle of a WINDEV application....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications...
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
WDTrans: Overview
WDTrans is a tool for canceling transactions......