ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development 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.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
fClose (Example)
Usage example of the fClose function
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
ERR_NO_PROJECT
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ImageLast (Function)
Displays the last image for the scroll.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......