ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Application development cycle
Development cycle of a WINDEV application....
ERR_MSG_BOX
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
17. TLS/SSL: Encrypting information on the Web
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
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......
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......
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
How to develop a PHP site?
What is a PHP site?......
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Creating a RAD pattern
From version 12, a new RAD technology has appeared......