ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
MutexEnd (Function)
Signals that the thread frees the mutex.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
AAF: Pasting a row from one Table control into another
Table controls are used to view and manipulate data......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
Setup mode
Several methods can be used to distribute a WINDEV application......
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Python: Using WLanguage
WLanguage supports Python functions in native mode......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
ERR_DISCONNECTED_EXEC
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
<Connection variable>.AddGroup (Function)
Adds a group of users.
HAddGroup (Function)
Adds a group of users.
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......