ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Style (External language)
Loads a style sheet.
Test (External language)
Displays each function call and each status report returned by the function.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
WDEnd (External language)
Ends a program that is using WINDEV.
WavPlay (External language)
Plays the requested sound.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
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.
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 that corresponds to the specified date (this date is an integer).
13. Print: Reports
WINDEV reports...
7. HFSQL: files physically created
The pages
Pages are the main interface of a WEBDEV site......
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
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.
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......