ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ErrorRestoreParameter (Function)
Restores the error process of a process.
ServiceStart (Function)
Starts a service.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
fDelete (Function)
Deletes a file accessible from the current computer.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
ServiceRestart (Function)
Restarts a service (already started).
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
zipSplit (Example)
Usage example of the zipSplit function
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
Apply (Function)
Executes a procedure for each element of a WLanguage array.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min