ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
.NET application
To create a.NET application from a project...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools...
History of versions
The history of setup versions is an advanced feature of the network setup...
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
fOpenTempFile (Function)
Creates and opens a temporary file.
Age (Function)
Returns the age according to the date of birth.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
Multiline strings
To type character strings over several lines in the code editor...
Compile (Example)
Usage example of the Compile function
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
SensorEnd (Function)
Indicates the end of the use of the sensor functions.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
HStatNbRec (Function)
Returns the number of entries for a given key item.
GranularityMovement (Property)
The GranularityMovement property is used to get and change 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....
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
EmailCheckAddress (Function)
Checks the validity of an email address.
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.