ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous Windows functions
List of miscellaneous Windows functions
Windows Scheduler functions
List of functions for managing the scheduler
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...
(No title )
SNMP functions
List of SNMP functions
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Mouse functions
List of functions for mouse management
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
Multitask (Function)
MultiTask is used to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find...
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements...
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also...
fWrite (Function)
Writes: a character string into an external file. a memory section....
GPSGetPosition (Function)
Retrieves information about the current device position.
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used...
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
gImage (Function)
Builds a sequence of characters containing an image.
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck...
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's...
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
SaaSChangePassword (Function)
Changes the password of the connected user.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform...
GetDefinition (Function)
Retrieves the definition of element type.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.