ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
.NET application
To create a.NET application from a project...
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.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
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.