ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Share your projects via Git
Git is a source code manager......
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)...
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
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)...
HReadNext (Function)
Sets the position on the next table record according to a browse item.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
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....
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
The Dashboard control
Dashboards are essential elements in an application......
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project....
xlsVersion (Function)
Returns the Excel version that was used to save the file.
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......