ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area...
fSelectDir (Function)
Opens a directory picker.
fImageSelect (Function)
Opens the image picker of Windows.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Speech recognition functions
The following functions are used to manage speech recognition:
Multitask (Function)
MultiTask is used to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
Clipboard functions
List of functions for managing the clipboard
NetworkUser (Function)
Identifies the name of the connected user.
SysWindowsAccentColor (Function)
Returns the Windows accent color.
Mouse functions
List of functions for mouse management
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
16. Java applications in practice
Java applications in practice...
Dequeue (Function)
Removes an element from the queue.
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple...
Pop (Function)
Pops an element from a stack.
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table...
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item...
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing...
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula...
HErrorLock (Function)
Used to check whether a lock error occurred.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong...
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events,...
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
HCancelBackup (Function)
Cancels a current backup.
ServiceContinue (Function)
Restarts a paused service.
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
fAddText (Function)
Adds the content of a character string at the end of a file.