ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
IntegerToDay (Function)
Returns the day of the week corresponding to the specified date (this date is an integer).
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
The log process
...A log is a special file that contains the history of all changes made to one or more tables over a given period of time (date the table was created, last automatic data modification, last backup created with WDLog, etc.)...
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
The TreeMap control
The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
OLE DB: System requirements
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
7. HFSQL: Physical files
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
<ftpConnection variable>.Date (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
8. Associating controls with data
12. Synchronizing data
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....