ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
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)...
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)...
Zombie data files and items
During the life of an application, items live and die......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Managing parallel tasks
The computers are becoming more and more powerful......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
<Array>.DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
GranularityMovement (Property)
The GranularityMovement property gets and sets the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
GranularityDuration (Property)
The GranularityDuration property gets and sets the size of the grid to resize: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
ArrayDeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
NetCloseRemoteAccess (Function)
Closes the line that was opened by NetOpenRemoteAccess.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
WDConver: Use in interactive mode
Before you start using WDConver, you must have......
NotesAddAttachment (Function)
Attaches a file to an item of the current document in Lotus Notes.
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.